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'] . "'"; }