fix for timeslot check

This commit is contained in:
james 2009-05-11 16:30:05 +00:00
parent 74d0c53dd3
commit 86d4e37448

@ -6,7 +6,7 @@ function judges_scheduler_check_timeslots()
$q=mysql_query("SELECT * FROM judges_timeslots WHERE ".
" year='".$config['FAIRYEAR']."'".
" AND allowdivisional='yes'" );
" AND `type`='divisional1'" );
$rows = mysql_num_rows($q);
return $rows;