diff options
author | kiko%async.com.br <> | 2004-01-14 23:01:51 +0100 |
---|---|---|
committer | kiko%async.com.br <> | 2004-01-14 23:01:51 +0100 |
commit | 014efe4fb5acf4e77686004596f9f37131234cf9 (patch) | |
tree | c3236358382153417a0231a2cf144f9f19e7b27a | |
parent | fc65ed17843570b815d4f3d509aff658f2037dff (diff) | |
download | bugzilla-014efe4fb5acf4e77686004596f9f37131234cf9.tar.gz bugzilla-014efe4fb5acf4e77686004596f9f37131234cf9.tar.xz |
Additional bustage fix for bug 229800; swapped tabs for spaces (groan).
-rwxr-xr-x | whineatnews.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/whineatnews.pl b/whineatnews.pl index da8d2a228..3e6c15259 100755 --- a/whineatnews.pl +++ b/whineatnews.pl @@ -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; |