small fix for issue #641<omarrodriguezt>

git-svn-id: svn://192.168.202.10@1927 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2013-01-25 15:02:29 +00:00
parent 89dfb5ae05
commit e8ee429a50
+1 -1
View File
@@ -1456,7 +1456,7 @@ while($one_day_interval > 0)
if ($CLstatus =~ /BUSY/) {$CLnew_status = 'B';}
else
{
if ($CLstatus =~ /DISCONNECT/) {$CLnew_status = 'DC';}
if ($CLstatus =~ /DISCONNECT/) {$CLnew_status = 'ADC';}
else {$CLnew_status = 'NA';}
}
if ($CLstatus =~ /LIVE/) {$CLnew_status = 'DROP';}