From 5dcf40342170c3c0ef22ea8b5c8ff1f1a1d9dc4e Mon Sep 17 00:00:00 2001 From: james Date: Fri, 21 Jan 2005 16:13:08 +0000 Subject: [PATCH] whoops missed this file --- admin/reports.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 admin/reports.php diff --git a/admin/reports.php b/admin/reports.php new file mode 100644 index 0000000..6fd884c --- /dev/null +++ b/admin/reports.php @@ -0,0 +1,16 @@ +<< ".i18n("Back to Administration")."
"; + echo "
"; + echo i18n("Day of Fair Registration/Checkin Forms").": "; +//lets split this up by age category, +$catq=mysql_query("SELECT * FROM projectcategories WHERE year='".$config['FAIRYEAR']."' ORDER BY id"); +while($catr=mysql_fetch_object($catq)) +{ + echo "id\">$catr->category   "; +} + + + send_footer(); +?>