diff --git a/agc_2-X/trunk/bin/AST_update.pl b/agc_2-X/trunk/bin/AST_update.pl index dfe41101..bd343fef 100644 --- a/agc_2-X/trunk/bin/AST_update.pl +++ b/agc_2-X/trunk/bin/AST_update.pl @@ -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); }