From 7610908a17188de2657aa145ad9aa42a67d38a95 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 21 Jan 2009 09:05:50 +0000 Subject: [PATCH] - Use the proper judge mainpage --- common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.inc.php b/common.inc.php index d04b765..04d793b 100644 --- a/common.inc.php +++ b/common.inc.php @@ -524,7 +524,7 @@ if($_SESSION['users_type'] == 'committee') { echo "
  • ".i18n("Logout").'
  • '; } else if($_SESSION['users_type']=="judge") { echo "
  • ".i18n("My Profile").'
  • '; - echo "
  • ".i18n("Judge Home").'
  • '; + echo "
  • ".i18n("Judge Home").'
  • '; echo "
  • ".i18n("Logout").'
  • '; } else if($_SESSION['users_type']=="volunteer") { echo "
  • ".i18n("My Profile").'
  • ';