Additional bustage fix for bug 229800; swapped tabs for spaces (groan).
git-svn-id: svn://10.0.0.236/trunk@151299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
ff5b1c86c3
commit
c37993118b
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user