Commit 014efe4f authored by kiko%async.com.br's avatar kiko%async.com.br

Additional bustage fix for bug 229800; swapped tabs for spaces (groan).

parent fc65ed17
......@@ -36,7 +36,7 @@ ConnectToDatabase();
SendSQL("select bug_id,short_desc,login_name from bugs,profiles where " .
"(bug_status = 'NEW' or bug_status = 'REOPENED') and " .
"to_days(now()) - to_days(delta_ts) > " . Param('whinedays') .
" and userid=assigned_to order by bug_id");
" and userid=assigned_to order by bug_id");
my %bugs;
my %desc;
......
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