- Remove the old tour reports from the old report page

This commit is contained in:
dave 2007-12-20 01:13:24 +00:00
parent 5a3d7de0b6
commit 7841190240

View File

@ -166,20 +166,5 @@ while($catr=mysql_fetch_object($catq))
echo "<a href=\"reports_acpresentation.php?type=csv\">Award Winners CSV</a> &nbsp; ";
echo "<br />";
if($config['tours_enable'] == 'yes') {
echo "<br />";
echo "<br />";
echo i18n("Available Tours").": ";
echo "<a href=\"reports_tours.php?type=csv\">CSV</a> &nbsp; ";
echo "<br />";
echo i18n("Participant Tour Choices").": ";
echo "<a href=\"reports_tour_selection.php?type=csv\">CSV</a> &nbsp; ";
echo "<br />";
// echo i18n("Tour Volunteers").": ";
// echo "<a href=\"reports_tour_volunteers.php?type=csv\">CSV</a> &nbsp; ";
// echo "<br />";
}
send_footer();
?>