mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fixed syntax error, thanks to Giuseppe Smaniotto
This commit is contained in:
parent
1784637cff
commit
1a5bfe70dd
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user