forked from science-ation/science-ation
- Fix a missing ')'
This commit is contained in:
parent
ad9f954f68
commit
9882ca09c6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user