From 204d53904148034f5d151aaef797c73b4eae38c9 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_admins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_admins.php b/admin_admins.php index 9909cd1d..43ac1f93 100644 --- a/admin_admins.php +++ b/admin_admins.php @@ -671,7 +671,7 @@ if($page == 'admins' $diskspace = intval($_POST['diskspace']); $tickets_see_all = 0; - if (isset($_POST['tickets_see_all'])) + if (isset($_POST['tickets_see_all'])) $tickets_see_all = intval($_POST['tickets_see_all']); if(isset($_POST['diskspace_ul']))