Commit 1e1498c4 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 283031: Sanitycheck can't send un-sent mail (SQL error)

Patch by Joel Peshkin <bugreport@peshkin.net> r=wurblzap,a=myk
parent 555a6472
......@@ -178,7 +178,7 @@ if (defined $cgi->param('rescanallBugMail')) {
Status("OK, now attempting to send 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");
my @list;
while (MoreSQLData()) {
push (@list, FetchOneColumn());
......
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