small fix for server_updater in AST_update.pl

git-svn-id: svn://192.168.202.10@200 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-22 14:04:48 +00:00
parent c7319ae6ae
commit 37b6d192e6
+1 -1
View File
@@ -1012,7 +1012,7 @@ $sthA->finish();
$stmtU = "UPDATE $server_updater set last_update='$now_date' where server_ip='$server_ip'";
if($DB){print STDERR "\n|$stmtU|\n";}
$affected_rows = $dbhA->do($stmtA);
$affected_rows = $dbhA->do($stmtU);
}