From c91e488940ac28defdc661ef3c4c43a97892a959 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 21 Apr 2010 07:05:00 +0000 Subject: [PATCH] typo --- admin/award_upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/award_upload.php b/admin/award_upload.php index 9515e29e..647d4853 100644 --- a/admin/award_upload.php +++ b/admin/award_upload.php @@ -295,7 +295,7 @@ case 'award_upload': /* Only update divs/cats for SFIAB fairs, the * YSC/STO awards system doesn't care about divisions, but YSC * registration does, but that's a different bit of code */ - if($fair['type'] != 'sfaib') continue; + if($fair['type'] != 'sfiab') continue; foreach($p['projects'] as &$pr) { $div_id = intval($divs[$w['id']][$p['id']][$pr['projectid']]);