From: mkanat%kerio.com <> Date: Fri, 25 Feb 2005 10:01:45 +0000 (+0000) Subject: Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pm X-Git-Tag: bugzilla-2.19.3~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12feab493e0f734375ac6a542560e2603994bdf6;p=thirdparty%2Fbugzilla.git Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pm Thanks to glob for pointing it out. --- diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 9092ddf89a..307ee4bed0 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -149,7 +149,7 @@ sub initBug { delta_ts, COALESCE(SUM(votes.vote_count), 0), reporter_accessible, cclist_accessible, estimated_time, remaining_time, " . - $dbh->sql_date_format('deadline', '%Y-%m-%d') . ", + $dbh->sql_date_format('deadline', '%Y-%m-%d') . " FROM bugs LEFT JOIN votes using(bug_id), classifications, products, components WHERE bugs.bug_id = ?