one little comment added

git-svn-id: svn://192.168.202.10@152 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-10 21:29:16 +00:00
parent 91b37aca4a
commit 88679210c1
+1 -1
View File
@@ -376,7 +376,7 @@ if ($VD_status =~ /^NA$|^NEW$|^QUEUE$|^XFER$/)
$stmtA = "UPDATE vicidial_log set $SQL_status end_epoch='$now_date_epoch',length_in_sec='$VD_seconds' where uniqueid = '$uniqueid';";
if($M){print STDERR "\n\n|$stmtA|\n";}
$affected_rows = $dbhA->do($stmtA);
if ($M) {print STDERR "-- VDAD vicidial_log update: |$affected_rows|$uniqueid|\n";}
if ($M) {print STDERR "-- VDAD vicidial_log update: |$affected_rows|$uniqueid|$VD_status|\n";}