From e18264232dc8254f721e104844cf41b874cab190 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 30 Mar 2010 15:06:08 +0000 Subject: [PATCH] CWSF divisions changed this year, hopefully we catch this before many fairs used it :( --- common.inc.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/common.inc.php b/common.inc.php index 7ed8127a..1071732e 100644 --- a/common.inc.php +++ b/common.inc.php @@ -1133,13 +1133,15 @@ function committee_warnings() } $CWSFDivisions=array( - 1=>"Biotechnology & Pharmaceutical Sciences", - 2=>"Computing & Information Technology", - 3=>"Earth & Environmental Sciences", - 4=>"Engineering", - 5=>"Health Sciences", - 6=>"Life Sciences", - 7=>"Physical & Mathematical Sciences" + 1=>"Automotive", + 2=>"Biotechnology & Pharmaceutical Sciences", + 3=>"Computing & Information Technology", + 4=>"Earth & Environmental Sciences", + 5=>"Engineering", + 6=>"Environmental Innovation", + 7=>"Health Sciences", + 8=>"Life Sciences", + 9=>"Physical & Mathematical Sciences" ); function theme_icon($icon, $width=0) {