summaryrefslogtreecommitdiffstats
path: root/whineatnews.pl
diff options
context:
space:
mode:
authorkiko%async.com.br <>2004-01-14 23:01:51 +0100
committerkiko%async.com.br <>2004-01-14 23:01:51 +0100
commit014efe4fb5acf4e77686004596f9f37131234cf9 (patch)
treec3236358382153417a0231a2cf144f9f19e7b27a /whineatnews.pl
parentfc65ed17843570b815d4f3d509aff658f2037dff (diff)
downloadbugzilla-014efe4fb5acf4e77686004596f9f37131234cf9.tar.gz
bugzilla-014efe4fb5acf4e77686004596f9f37131234cf9.tar.xz
Additional bustage fix for bug 229800; swapped tabs for spaces (groan).
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-xwhineatnews.pl2
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;