diff --git a/remote.php b/remote.php index f81ae55..ea08276 100644 --- a/remote.php +++ b/remote.php @@ -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 */