From c5bc1e96569932ba3fe2e7183e24e5370e0b278c Mon Sep 17 00:00:00 2001
From: Roger Feese <rfeese@unl.edu>
Date: Fri, 12 Dec 2014 17:17:45 -0600
Subject: [PATCH] Removed references to Brooke.

---
 application/modules/bulletin/models/SectionModel.php        | 4 ++--
 application/modules/bulletin/views/scripts/edit/index.phtml | 2 +-
 application/modules/courses/models/CourseModel.php          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/application/modules/bulletin/models/SectionModel.php b/application/modules/bulletin/models/SectionModel.php
index 24ba6cc1..6b311ad0 100644
--- a/application/modules/bulletin/models/SectionModel.php
+++ b/application/modules/bulletin/models/SectionModel.php
@@ -806,7 +806,7 @@ EOF;
         if (Zend_Auth::getInstance()->hasIdentity()) {
             $user = Auth_UserModel::findCurrentUser();
         } else {
-            $user = Auth_UserModel::findByUsername('bglenn2');
+            $user = Auth_UserModel::findByUsername('nmitchell1');
         }
 
         $justification = 'Updating course code from '
@@ -842,4 +842,4 @@ EOF;
             return $request;
         }
     }
-}
\ No newline at end of file
+}
diff --git a/application/modules/bulletin/views/scripts/edit/index.phtml b/application/modules/bulletin/views/scripts/edit/index.phtml
index e5b096a5..083a69c7 100644
--- a/application/modules/bulletin/views/scripts/edit/index.phtml
+++ b/application/modules/bulletin/views/scripts/edit/index.phtml
@@ -75,7 +75,7 @@ $this->layout()->pageTitle = 'Editing: ' . ($this->section->getMajor() ? $this->
     <textarea name="<?php echo $machineName; ?>" class="mceEditor"><?php echo $this->{$machineName}; ?></textarea>
     <?php }} ?>
     <h2>Other</h2>
-    <p>Only used by some Education & Human Sciences and Fine & Performing Arts programs.  Please leave blank if there is no information already here for your program.  Please contact Brooke Glenn (<a href="mailto:bglenn2@unl.edu">bglenn2@unl.edu</a>, 402-472-6023) if you think you need to add information to this section.</p>
+    <p>Only used by some Education & Human Sciences and Fine & Performing Arts programs.  Please leave blank if there is no information already here for your program.  Please contact Undergrad Education (<a href="mailto:undergrad.ed@unl.edu">undergrad.ed@unl.edu</a>, 402-472-6023) if you think you need to add information to this section.</p>
     <textarea name="other" class="mceEditor"><?php echo $this->other; ?></textarea>
 
     <?php if ($this->section->getCollegeLong() == 'Arts & Sciences') { ?>
diff --git a/application/modules/courses/models/CourseModel.php b/application/modules/courses/models/CourseModel.php
index fa813be0..06a4fec6 100644
--- a/application/modules/courses/models/CourseModel.php
+++ b/application/modules/courses/models/CourseModel.php
@@ -3728,7 +3728,7 @@ class Courses_CourseModel extends Unl_Model
         if (Zend_Auth::getInstance()->hasIdentity()) {
             $requestOwner = Auth_UserModel::findCurrentUser();
         } else {
-            $requestOwner = Auth_UserModel::findByUsername('bglenn2');
+            $requestOwner = Auth_UserModel::findByUsername('nmitchell1');
         }
 
         $relatedCourses = self::getRelatedCourses($subject, $originalCourseNumber, $originalCourseLetter);
-- 
GitLab