diff --git a/admin/reports_committees.inc.php b/admin/reports_committees.inc.php index 55df58e..15baa3d 100644 --- a/admin/reports_committees.inc.php +++ b/admin/reports_committees.inc.php @@ -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)