forked from science-ation/science-ation
Typo
This commit is contained in:
parent
ec5327f7ac
commit
e791a7c1d4
@ -337,7 +337,7 @@ function handle_awards_upload(&$u, &$fair, &$data, &$response)
|
|||||||
$award = mysql_fetch_assoc($q);
|
$award = mysql_fetch_assoc($q);
|
||||||
$aaid = $award['id'];
|
$aaid = $award['id'];
|
||||||
|
|
||||||
$response['notice'][] = "Found award: {$award_data['name']}";
|
$response['notice'][] = "Found award: {$award['name']}";
|
||||||
|
|
||||||
/* Load prizes, we fetched the right award by year, so we don't need to
|
/* Load prizes, we fetched the right award by year, so we don't need to
|
||||||
* check the year as long as we query by aaid */
|
* check the year as long as we query by aaid */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user