This commit is contained in:
dave 2010-04-18 22:41:27 +00:00
parent ec5327f7ac
commit e791a7c1d4

View File

@ -337,7 +337,7 @@ function handle_awards_upload(&$u, &$fair, &$data, &$response)
$award = mysql_fetch_assoc($q);
$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
* check the year as long as we query by aaid */