fixed syntax error, thanks to Giuseppe Smaniotto

This commit is contained in:
Ralf Becker 2005-10-13 14:20:40 +00:00
parent 1784637cff
commit 1a5bfe70dd

View File

@ -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);
}