mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
fixed syntax error, thanks to Giuseppe Smaniotto
This commit is contained in:
@ -15,8 +15,7 @@
|
||||
{
|
||||
$info =& CreateObject('infolog.soinfolog');
|
||||
|
||||
$info->change_delete_owner((int)$GLOBALS['hook_values']['account_id']),
|
||||
intval($_POST['new_owner']));
|
||||
$info->change_delete_owner((int)$GLOBALS['hook_values']['account_id'],(int)$_POST['new_owner']);
|
||||
|
||||
unset($info);
|
||||
}
|
||||
|
Reference in New Issue
Block a user