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:
@@ -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';}
|
||||
|
||||
Reference in New Issue
Block a user