From 59aade5f0c8bf07056b23d025b00b890167bf0cf Mon Sep 17 00:00:00 2001 From: james Date: Thu, 8 Mar 2007 21:33:22 +0000 Subject: [PATCH] Add the confirmed participants list, and display it in the menu under the particpant registration link, if NOW() > the date it should be posted. --- common.inc.php | 14 +++- confirmed_participants.php | 146 +++++++++++++++++++++++++++++++++++++ 2 files changed, 159 insertions(+), 1 deletion(-) create mode 100644 confirmed_participants.php diff --git a/common.inc.php b/common.inc.php index 659b582..7bbb1f3 100644 --- a/common.inc.php +++ b/common.inc.php @@ -410,9 +410,21 @@ echo "

".i18n($config['fairname'])."

";
+'".$config['dates']['postparticipants']."') AS test"); + $r=mysql_fetch_object($q); + if($r->test==1) + { + $registrationconfirmationlink="
  • ".i18n("Confirmed Participants")."
  • "; + } +?>
    +