forked from science-ation/science-ation
Send schedule_judges and self_nominate
This commit is contained in:
parent
6bdbc85829
commit
8bc65e2a3f
@ -91,6 +91,8 @@ function handle_getawards(&$u, $fair, &$data, &$response)
|
||||
$award['name_en'] = $a['name'];
|
||||
$award['criteria_en'] = $a['criteria'];
|
||||
$award['upload_winners'] = $ul[$a['id']];
|
||||
$award['self_nominate'] = $a['self_nominate'];
|
||||
$award['schedule_judges'] = $a['schedule_judges'];
|
||||
|
||||
if($a['sponsors_id']) {
|
||||
$sq = mysql_query("SELECT * FROM sponsors WHERE id='{$a['sponsors_id']}'");
|
||||
|
Loading…
x
Reference in New Issue
Block a user