changed time to disappear to 5 minutes from 1 minute for paused agents in timeonVDADall scripts

git-svn-id: svn://192.168.202.10@86 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-19 16:08:07 +00:00
parent ed50f3e8cf
commit b02984f58e
2 changed files with 2 additions and 2 deletions
@@ -334,7 +334,7 @@ $talking_to_print = mysql_num_rows($rslt);
# if ($call_time_M_int >= 10) {$G='<SPAN class="purple"><B>'; $EG='</B></SPAN>';}
if (eregi("PAUSED",$row[3]))
{
if ($call_time_M_int >= 1)
if ($call_time_M_int >= 5)
{$i++; continue;}
else
{$G='<SPAN class="yellow"><B>'; $EG='</B></SPAN>'; $agent_paused++; $agent_total++;}