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 ',
|
'name' => 'Committee -- Full Name ',
|
||||||
'header' => 'Name',
|
'header' => 'Name',
|
||||||
'width' => 1.75,
|
'width' => 1.75,
|
||||||
'table' => "CONCAT(users.firstname, ' ', users.lastname)",
|
'table' => "CONCAT(users.firstname, ' ', users.lastname)"),
|
||||||
|
|
||||||
'email' => array(
|
'email' => array(
|
||||||
'name' => 'Committee -- Email',
|
'name' => 'Committee -- Email',
|
||||||
@ -63,7 +63,6 @@ $report_committees_fields = array(
|
|||||||
'header' => '',
|
'header' => '',
|
||||||
'width' => 0.1,
|
'width' => 0.1,
|
||||||
'table' => "CONCAT(' ')"),
|
'table' => "CONCAT(' ')"),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
function report_committees_fromwhere($report, $components)
|
function report_committees_fromwhere($report, $components)
|
||||||
|
Loading…
Reference in New Issue
Block a user