- Fix a missing ')'

This commit is contained in:
dave 2007-11-18 23:20:00 +00:00
parent ad9f954f68
commit 9882ca09c6

View File

@ -26,7 +26,7 @@ $report_committees_fields = array(
'name' => 'Committee -- Full Name ',
'header' => 'Name',
'width' => 1.75,
'table' => "CONCAT(users.firstname, ' ', users.lastname)",
'table' => "CONCAT(users.firstname, ' ', users.lastname)"),
'email' => array(
'name' => 'Committee -- Email',
@ -63,7 +63,6 @@ $report_committees_fields = array(
'header' => '',
'width' => 0.1,
'table' => "CONCAT(' ')"),
);
function report_committees_fromwhere($report, $components)