whoops fix the students to stop concatenating them all together

This commit is contained in:
james 2005-05-12 21:25:12 +00:00
parent 1428c42f00
commit a32964de2d

View File

@ -137,6 +137,7 @@ if($_GET['year'] && $_GET['type'])
");
$studnum=0;
$students="";
while($studentinfo=mysql_fetch_object($sq))
{
if($studnum>0) $students.=", ";