forked from science-ation/science-ation
fix for timeslot check
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user