|
|
|
@ -396,6 +396,7 @@ Freedom of Information and Protection of Privacy Act and will be protected
|
|
|
|
|
'Applied Human Sciences' => t('Applied Human Sciences'), |
|
|
|
|
'Arts (General)' => t('Arts (General)'), |
|
|
|
|
'Biology' => t('Biology'), |
|
|
|
|
'Biotechnology' => t('Biotechnology'), |
|
|
|
|
'Business' => t('Business'), |
|
|
|
|
'Canadian Studies' => t('Canadian Studies'), |
|
|
|
|
'Chemistry' => t('Chemistry'), |
|
|
|
@ -409,17 +410,19 @@ Freedom of Information and Protection of Privacy Act and will be protected
|
|
|
|
|
'Financial Mathematics' => t('Financial Mathematics'), |
|
|
|
|
'Foods and Nutrition' => t('Foods and Nutrition'), |
|
|
|
|
'French' => t('French'), |
|
|
|
|
'Global Affairs' => t('Global Affairs'), |
|
|
|
|
'Graduate Studies (DrAH, Global Aff., etc.)' => t('Graduate Studies (DrAH, Global Aff., etc.)'), |
|
|
|
|
'History' => t('History'), |
|
|
|
|
'Ikeras' => t('Ikeras'), |
|
|
|
|
'Integrated Studies' => t('Integrated Studies'), |
|
|
|
|
'Island Studies' => t('Island Studies'), |
|
|
|
|
'Journalism' => t('Journalism'), |
|
|
|
|
'Kinesiology' => t('Kinesiology'), |
|
|
|
|
'Library, Robertson' => t('Library, Robertson'), |
|
|
|
|
'Nursing' => t('Nursing'), |
|
|
|
|
'Mathematics' => t('Mathematics'), |
|
|
|
|
'Medicine' => t('Medicine'), |
|
|
|
|
'Modern Languages' => t('Modern Languages'), |
|
|
|
|
'Music' => t('Music'), |
|
|
|
|
'Nursing' => t('Nursing'), |
|
|
|
|
'Paramedicine' => t('Paramedicine'), |
|
|
|
|
'Philosophy' => t('Philosophy'), |
|
|
|
|
'Physics' => t('Physics'), |
|
|
|
@ -444,7 +447,7 @@ Freedom of Information and Protection of Privacy Act and will be protected
|
|
|
|
|
]; |
|
|
|
|
$form['Department'] = [ |
|
|
|
|
'#type' => 'select', |
|
|
|
|
'#title' => t('Your Department'), |
|
|
|
|
'#title' => t('Your Department/Program'), |
|
|
|
|
'#options' => $departments, |
|
|
|
|
'#required' => TRUE, |
|
|
|
|
]; |
|
|
|
|