From 9cee85a4f0b3dd11e69b84d0893161dfd21c3fa5 Mon Sep 17 00:00:00 2001 From: james Date: Sun, 27 Sep 2009 08:38:44 +0000 Subject: [PATCH] - chairemail -> chair_email --- admin/reports.inc.php | 1 - admin/reports_fairs.inc.php | 4 ++-- admin/stats.inc.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index f53adef..017e4b4 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -710,7 +710,6 @@ foreach($report_stock as $n=>$v) { echo ""; exit; } - echo mysql_error(); $ncols = count($report['col']); diff --git a/admin/reports_fairs.inc.php b/admin/reports_fairs.inc.php index 4871584..39d0d8a 100644 --- a/admin/reports_fairs.inc.php +++ b/admin/reports_fairs.inc.php @@ -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', diff --git a/admin/stats.inc.php b/admin/stats.inc.php index 8c8514d..1d84aa2 100644 --- a/admin/stats.inc.php +++ b/admin/stats.inc.php @@ -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),