forked from science-ation/science-ation
- chairemail -> chair_email
This commit is contained in:
parent
e4c632a380
commit
9cee85a4f0
@ -710,7 +710,6 @@ foreach($report_stock as $n=>$v) {
|
|||||||
echo "</pre>";
|
echo "</pre>";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo mysql_error();
|
echo mysql_error();
|
||||||
|
|
||||||
$ncols = count($report['col']);
|
$ncols = count($report['col']);
|
||||||
|
@ -291,11 +291,11 @@ $report_fairs_fields = array(
|
|||||||
'width' => 1,
|
'width' => 1,
|
||||||
'table' => 'fairs_stats.next_chair_name',
|
'table' => 'fairs_stats.next_chair_name',
|
||||||
'components' => array('fairs_stats')),
|
'components' => array('fairs_stats')),
|
||||||
'fairstats_next_chairemail' => array (
|
'fairstats_next_chair_email' => array (
|
||||||
'name' => 'Fair Stats -- Email',
|
'name' => 'Fair Stats -- Email',
|
||||||
'header' => 'Email',
|
'header' => 'Email',
|
||||||
'width' => 1,
|
'width' => 1,
|
||||||
'table' => 'fairs_stats.next_chairemail',
|
'table' => 'fairs_stats.next_chair_email',
|
||||||
'components' => array('fairs_stats')),
|
'components' => array('fairs_stats')),
|
||||||
'fairstats_next_chair_hphone' => array (
|
'fairstats_next_chair_hphone' => array (
|
||||||
'name' => 'Fair Stats -- Home Phone',
|
'name' => 'Fair Stats -- Home Phone',
|
||||||
|
@ -41,7 +41,7 @@ $stats_data = array(
|
|||||||
'committee_members' => array(),
|
'committee_members' => array(),
|
||||||
'judges' => array(),
|
'judges' => array(),
|
||||||
'next_chair_name' => array('manual' => true),
|
'next_chair_name' => array('manual' => true),
|
||||||
'next_chairemail' => array('manual' => true),
|
'next_chair_email' => array('manual' => true),
|
||||||
'next_chair_hphone' => array('manual' => true),
|
'next_chair_hphone' => array('manual' => true),
|
||||||
'next_chair_bphone' => array('manual' => true),
|
'next_chair_bphone' => array('manual' => true),
|
||||||
'next_chair_fax' => array('manual' => true),
|
'next_chair_fax' => array('manual' => true),
|
||||||
|
Loading…
Reference in New Issue
Block a user