From 54b258e793f6304e43b411eaf929255447e16deb Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 11 Jul 2010 18:18:56 +0000 Subject: [PATCH] remove # from every row --- admin/judges_teams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/judges_teams.php b/admin/judges_teams.php index 71323002..753f4fc9 100644 --- a/admin/judges_teams.php +++ b/admin/judges_teams.php @@ -403,7 +403,7 @@ function addclicked() echo ""; foreach($teams AS $team) { - echo "#".$team['num'].""; + echo "".$team['num'].""; echo $team['name']; echo "";