From 7289ec145936863699418e661071283c5ffd681b Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Mon, 25 Feb 2013 15:54:33 +0100 Subject: [PATCH] custom order of ticket-categories has to be admin/reseller-dependend Signed-off-by: Michael Kaufmann (d00p) --- admin_tickets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_tickets.php b/admin_tickets.php index cc0f4282..4fed360a 100644 --- a/admin_tickets.php +++ b/admin_tickets.php @@ -462,7 +462,7 @@ elseif($page == 'categories' 'logicalorder' => $lng['ticket']['logicalorder'] ); - $where = ''; + $where = '1'; // WHERE 1 is like no 'where-clause' if ($userinfo['tickets_see_all'] != '1') { $where = " `main`.`adminid` = '" . (int)$userinfo['adminid'] . "'"; }