From 08f1ecbcaed2ef0941b55e27c678d078d6a76179 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 09c609506..901e4a940 100644
--- a/scp/tickets.php
+++ b/scp/tickets.php
@@ -540,8 +540,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