Bug 282914: Fix broken sanitycheck.cgi due to missing ")"

r,a=justdave
This commit is contained in:
bugreport%peshkin.net 2005-02-20 17:32:55 +00:00
parent cc157f7cbf
commit f4fa856750

View File

@ -740,7 +740,7 @@ Status("Checking for unsent mail");
SendSQL("SELECT bug_id " .
"FROM bugs WHERE lastdiffed < delta_ts AND ".
"delta_ts < date_sub(now(), " . $dbh->sql_interval('30 minute') .
" ORDER BY bug_id");
") ORDER BY bug_id");
while (@row = FetchSQLData()) {
my ($id) = (@row);