mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-04-02 20:16:26 +02: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 =& CreateObject('infolog.soinfolog');
|
||||||
|
|
||||||
$info->change_delete_owner((int)$GLOBALS['hook_values']['account_id']),
|
$info->change_delete_owner((int)$GLOBALS['hook_values']['account_id'],(int)$_POST['new_owner']);
|
||||||
intval($_POST['new_owner']));
|
|
||||||
|
|
||||||
unset($info);
|
unset($info);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user