(2003-2009) * @author Froxlor team (2010-) * @license GPLv2 http://files.froxlor.org/misc/COPYING.txt * @package Cron * */ /** * RESET USED TICKETS COUNTER */ fwrite($debugHandler, 'Resetting customers used ticket counter' . "\n"); $cronlog->logAction(CRON_ACTION, LOG_INFO, "Resetting customers used ticket counter"); $db->query("UPDATE `" . TABLE_PANEL_CUSTOMERS . "` SET `tickets_used` = '0'");