Skip to content
Snippets Groups Projects
Commit 112e78bc authored by Nick Barry's avatar Nick Barry
Browse files

Update UtilityModel.php to match Kevin's changes from bulletin repo.

parent 2c895efe
No related branches found
No related tags found
1 merge request!28Chief adviser to advisor
......@@ -146,23 +146,25 @@ class Bulletin_UtilityModel implements Creq_Model_UtilityInterface
case 'COLLEGE':
break;
case 'MAJOR':
break;
case 'OFFERED';
case 'DEGREE OFFERED':
case 'DEGREES OFFERED':
case 'HOURS REQUIRED':
case 'MINOR AVAILABLE':
case 'CHIEF ADVISER':
case 'CHIEF ADVISERS':
case 'MINOR ONLY':
case 'DEPARTMENT':
case 'DEPARTMENTS':
case 'PROGRAM':
case 'DEGREE':
case 'ADVISERS':
case 'ADVISER':
case 'ADVISORS':
case 'ADVISOR':
break;
case 'OFFERED':
case 'DEGREE OFFERED':
case 'DEGREES OFFERED':
case 'HOURS REQUIRED':
case 'MINOR AVAILABLE':
case 'CHIEF ADVISER':
case 'CHIEF ADVISERS':
case 'CHIEF ADVISOR':
case 'CHIEF ADVISORS':
case 'MINOR ONLY':
case 'DEPARTMENT':
case 'DEPARTMENTS':
case 'PROGRAM':
case 'DEGREE':
case 'ADVISERS':
case 'ADVISER':
case 'ADVISORS':
case 'ADVISOR':
$attr = explode(' ', strtolower($attr));
$attr = array_map('ucfirst', $attr);
$attr = implode(' ', $attr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment