Commit f526db6a authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

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

r,a=justdave
parent c7f7aa28
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment