From 7841190240ee2f51f4c940528527ae4cc6403c5d Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 20 Dec 2007 01:13:24 +0000 Subject: [PATCH] - Remove the old tour reports from the old report page --- admin/reports_old.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/admin/reports_old.php b/admin/reports_old.php index 322c9db..29ab513 100644 --- a/admin/reports_old.php +++ b/admin/reports_old.php @@ -166,20 +166,5 @@ while($catr=mysql_fetch_object($catq)) echo "Award Winners CSV   "; echo "
"; -if($config['tours_enable'] == 'yes') { - echo "
"; - echo "
"; - echo i18n("Available Tours").": "; - echo "CSV   "; - echo "
"; - echo i18n("Participant Tour Choices").": "; - echo "CSV   "; - echo "
"; -// echo i18n("Tour Volunteers").": "; -// echo "CSV   "; -// echo "
"; -} - - send_footer(); ?>