Don't use the on the index page
This commit is contained in:
parent
e9fdb0e132
commit
f6a52c11ba
@ -218,8 +218,6 @@ function print_add_ticket()
|
|||||||
define('RECAPTCHA', 1);
|
define('RECAPTCHA', 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
define('PAGE_TITLE', 'CUSTOMER_TICKET');
|
|
||||||
|
|
||||||
// Get categories
|
// Get categories
|
||||||
$hesk_settings['categories'] = array();
|
$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");
|
$res = hesk_dbQuery("SELECT `id`, `name` FROM `".hesk_dbEscape($hesk_settings['db_pfix'])."categories` WHERE `type`='0' ORDER BY `cat_order` ASC");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user