From: kiko%async.com.br <> Date: Wed, 14 Jan 2004 22:01:51 +0000 (+0000) Subject: Additional bustage fix for bug 229800; swapped tabs for spaces (groan). X-Git-Tag: bugzilla-2.17.7~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014efe4fb5acf4e77686004596f9f37131234cf9;p=thirdparty%2Fbugzilla.git Additional bustage fix for bug 229800; swapped tabs for spaces (groan). --- diff --git a/whineatnews.pl b/whineatnews.pl index da8d2a228d..3e6c152594 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;