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

Add tabs in instead of spaces to match current file, will give us better diff in merge request.

parent 112e78bc
Branches
No related tags found
1 merge request!28Chief adviser to advisor
...@@ -146,25 +146,25 @@ class Bulletin_UtilityModel implements Creq_Model_UtilityInterface ...@@ -146,25 +146,25 @@ class Bulletin_UtilityModel implements Creq_Model_UtilityInterface
case 'COLLEGE': case 'COLLEGE':
break; break;
case 'MAJOR': case 'MAJOR':
break; break;
case 'OFFERED': case 'OFFERED':
case 'DEGREE OFFERED': case 'DEGREE OFFERED':
case 'DEGREES OFFERED': case 'DEGREES OFFERED':
case 'HOURS REQUIRED': case 'HOURS REQUIRED':
case 'MINOR AVAILABLE': case 'MINOR AVAILABLE':
case 'CHIEF ADVISER': case 'CHIEF ADVISER':
case 'CHIEF ADVISERS': case 'CHIEF ADVISERS':
case 'CHIEF ADVISOR': case 'CHIEF ADVISOR':
case 'CHIEF ADVISORS': case 'CHIEF ADVISORS':
case 'MINOR ONLY': case 'MINOR ONLY':
case 'DEPARTMENT': case 'DEPARTMENT':
case 'DEPARTMENTS': case 'DEPARTMENTS':
case 'PROGRAM': case 'PROGRAM':
case 'DEGREE': case 'DEGREE':
case 'ADVISERS': case 'ADVISERS':
case 'ADVISER': case 'ADVISER':
case 'ADVISORS': case 'ADVISORS':
case 'ADVISOR': case 'ADVISOR':
$attr = explode(' ', strtolower($attr)); $attr = explode(' ', strtolower($attr));
$attr = array_map('ucfirst', $attr); $attr = array_map('ucfirst', $attr);
$attr = implode(' ', $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