Ooops! dont forget to clear out the variable each time through the loop!

This commit is contained in:
james 2006-03-28 23:50:36 +00:00
parent cbfb9809c0
commit e97e22c6e3

View File

@ -179,6 +179,7 @@ while($r=mysql_fetch_object($q))
}
}
$languages="";
//and finally, grab their languages
$langq=mysql_query("SELECT * FROM judges_languages WHERE judges_id='".$r->id."' ORDER BY languages_lang");
while($langr=mysql_fetch_object($langq))