From a32964de2d42df172855bbee2ce04d0ce834c716 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 12 May 2005 21:25:12 +0000 Subject: [PATCH] whoops fix the students to stop concatenating them all together --- winners.php | 1 + 1 file changed, 1 insertion(+) diff --git a/winners.php b/winners.php index 1994cf6..ffd0582 100644 --- a/winners.php +++ b/winners.php @@ -137,6 +137,7 @@ if($_GET['year'] && $_GET['type']) "); $studnum=0; + $students=""; while($studentinfo=mysql_fetch_object($sq)) { if($studnum>0) $students.=", ";