]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Additional bustage fix for bug 229800; swapped tabs for spaces (groan).
authorkiko%async.com.br <>
Wed, 14 Jan 2004 22:01:51 +0000 (22:01 +0000)
committerkiko%async.com.br <>
Wed, 14 Jan 2004 22:01:51 +0000 (22:01 +0000)
whineatnews.pl

index da8d2a228dd4a6e2b6356d569d656a5e07c35579..3e6c152594678c4193be0508a6fe14b90c82d294 100755 (executable)
@@ -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;