From 574ec1aaaa9cf0a41b095f4fcd32dd7bb183c5d5 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Mon, 3 Mar 2014 14:59:16 +0000 Subject: [PATCH] Remove assignment warning The warning was meant to be humorous but apparently the world has no sense of humor. --- scp/tickets.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/scp/tickets.php b/scp/tickets.php index 649c1c63d..228db38d6 100644 --- a/scp/tickets.php +++ b/scp/tickets.php @@ -537,8 +537,6 @@ if($cfg->showAnsweredTickets()) { } if($stats['assigned']) { - if(!$ost->getWarning() && $stats['assigned']>10) - $ost->setWarning($stats['assigned'].' tickets assigned to you! Do something about it!'); $nav->addSubMenu(array('desc'=>'My Tickets ('.number_format($stats['assigned']).')', 'title'=>'Assigned Tickets', -- GitLab