forked from science-ation/science-ation
Ooops! dont forget to clear out the variable each time through the loop!
This commit is contained in:
parent
cbfb9809c0
commit
e97e22c6e3
@ -179,6 +179,7 @@ while($r=mysql_fetch_object($q))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$languages="";
|
||||||
//and finally, grab their languages
|
//and finally, grab their languages
|
||||||
$langq=mysql_query("SELECT * FROM judges_languages WHERE judges_id='".$r->id."' ORDER BY languages_lang");
|
$langq=mysql_query("SELECT * FROM judges_languages WHERE judges_id='".$r->id."' ORDER BY languages_lang");
|
||||||
while($langr=mysql_fetch_object($langq))
|
while($langr=mysql_fetch_object($langq))
|
||||||
|
Loading…
Reference in New Issue
Block a user