File tree 2 files changed +13
-11
lines changed
2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 30
30
'Buildings ' ,
31
31
'Copy Centers ' ,
32
32
'Religious Groups ' ,
33
- 'Fax Access Numbers ' ,
34
- 'Vice Chancellors ' ,
35
- 'UNOPA (University of Nebraska Office Professionals Association) ' ,
36
- 'Operated By Follett Higher Education Group University Bookstore ' ,
37
- 'UN Computing Services Network (University of Nebraska Central Administration) ' ,
38
- 'UAAD Officers & Non-Committee Chair Executive Board ' ,
39
- 'Administration ' ,
40
- 'Colleges ' ,
41
- 'Graduate Assistants ' ,
33
+ // 'Fax Access Numbers',
34
+ // 'Vice Chancellors',
35
+ // 'UNOPA (University of Nebraska Office Professionals Association)',
36
+ // 'Operated By Follett Higher Education Group University Bookstore',
37
+ // 'UN Computing Services Network (University of Nebraska Central Administration)',
38
+ // 'UAAD Officers & Non-Committee Chair Executive Board',
39
+ // 'Administration',
40
+ // 'Colleges',
41
+ // 'Graduate Assistants',
42
42
) as $ semi_official_dept_name ) {
43
43
if (!($ semi_official = UNL_Officefinder_Department::getByname ($ semi_official_dept_name ))) {
44
44
$ semi_official = new UNL_Officefinder_Department ();
Original file line number Diff line number Diff line change 14
14
if ($ dept === false ) {
15
15
$ dept = UNL_Officefinder_Department::getByName ($ old );
16
16
}
17
- $ dept ->name = $ new ;
18
- $ dept ->save ();
17
+ if ($ dept ) {
18
+ $ dept ->name = $ new ;
19
+ $ dept ->save ();
20
+ }
19
21
}
20
22
foreach (array ('University Communications Scarlet The \'' ) as $ delete ) {
21
23
$ dept = UNL_Officefinder_Department::getByOrg_unit ($ delete );
You can’t perform that action at this time.
0 commit comments