Commit 12feab49 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug (None): Fix for checkin from Bug 280493, fix a trailing comma in Bug.pm

Thanks to glob for pointing it out.
parent a1dfde52
......@@ -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 = ?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment