From 9882ca09c65bdc721f7b244d1eee071eebe395bb Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 18 Nov 2007 23:20:00 +0000 Subject: [PATCH] - Fix a missing ')' --- admin/reports_committees.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)