Don't use the on the index page

This commit is contained in:
Mike Koch 2016-11-23 22:02:49 -05:00
parent e9fdb0e132
commit f6a52c11ba

View File

@ -218,8 +218,6 @@ function print_add_ticket()
define('RECAPTCHA', 1);
}
define('PAGE_TITLE', 'CUSTOMER_TICKET');
// Get categories
$hesk_settings['categories'] = array();
$res = hesk_dbQuery("SELECT `id`, `name` FROM `".hesk_dbEscape($hesk_settings['db_pfix'])."categories` WHERE `type`='0' ORDER BY `cat_order` ASC");