only show complete judges in the export CVS as well

This commit is contained in:
james 2005-03-10 19:47:07 +00:00
parent 258db162c7
commit ea6ea22b23

View File

@ -75,7 +75,7 @@ $table['header']=array( i18n("ID"),
$table['widths']=array();
$table['dataalign']=array();
$q=mysql_query("SELECT judges.* FROM judges,judges_years WHERE judges_years.year='".$config['FAIRYEAR']."' AND judges.id=judges_years.judges_id ORDER BY lastname,firstname");
$q=mysql_query("SELECT judges.* FROM judges,judges_years WHERE judges.complete='yes' AND judges_years.year='".$config['FAIRYEAR']."' AND judges.id=judges_years.judges_id ORDER BY lastname,firstname");
while($r=mysql_fetch_object($q))
{
$table['data'][]=array(