* @package infolog * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @version $Id$ */ // Delete all records for a user if((int)$GLOBALS['hook_values']['account_id'] > 0) { $grants = array(); $info =& new infolog_so($grants); $info->change_delete_owner((int)$GLOBALS['hook_values']['account_id'],(int)$_POST['new_owner']); unset($info); }