From 9a7383f55293d610cbbc593570eb033bbaa1bf90 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 20 Dec 2007 14:48:02 +0000 Subject: [PATCH] How'd that / sign get in there, it should be a . to concatenate --- common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index 0d1fe0e..a660c03 100644 --- a/common.inc.php +++ b/common.inc.php @@ -516,7 +516,7 @@ if($_SESSION['users_type'] == 'committee') if($_SESSION['schoolid'] && $_SESSION['schoolaccesscode']) { echo "
  • ".i18n("School Access").'
  • '; - echo "
  • ".i18n("School Logout")/'
  • '; + echo "
  • ".i18n("School Logout").'
  • '; } else { echo "
  • ".i18n("School Login").'
  • '; }