- chairemail -> chair_email

This commit is contained in:
james 2009-09-27 08:38:44 +00:00
parent e4c632a380
commit 9cee85a4f0
3 changed files with 3 additions and 4 deletions

View File

@ -710,7 +710,6 @@ foreach($report_stock as $n=>$v) {
echo "</pre>";
exit;
}
echo mysql_error();
$ncols = count($report['col']);

View File

@ -291,11 +291,11 @@ $report_fairs_fields = array(
'width' => 1,
'table' => 'fairs_stats.next_chair_name',
'components' => array('fairs_stats')),
'fairstats_next_chairemail' => array (
'fairstats_next_chair_email' => array (
'name' => 'Fair Stats -- Email',
'header' => 'Email',
'width' => 1,
'table' => 'fairs_stats.next_chairemail',
'table' => 'fairs_stats.next_chair_email',
'components' => array('fairs_stats')),
'fairstats_next_chair_hphone' => array (
'name' => 'Fair Stats -- Home Phone',

View File

@ -41,7 +41,7 @@ $stats_data = array(
'committee_members' => array(),
'judges' => array(),
'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_bphone' => array('manual' => true),
'next_chair_fax' => array('manual' => true),