[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 /* $Id: hook_deleteaccount.inc.php 20295 2006-02-15 12:31:25Z $ */ 3 4 if((int)$GLOBALS['hook_values']['account_id'] > 0) 5 { 6 $bokb = CreateObject('phpbrain.bokb'); 7 8 if((int)$_POST['new_owner'] == 0) 9 { 10 $bokb->delete_owner_articles((int)$GLOBALS['hook_values']['account_id']); 11 } 12 else 13 { 14 $bokb->change_articles_owner((int)$GLOBALS['hook_values']['account_id'],(int)$_POST['new_owner']); 15 } 16 } 17 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |