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