From bc208dab97aca16a1d0d9d57c1f72b96303e7019 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Wed, 22 Aug 2012 09:40:15 -0500
Subject: [PATCH] Update bulletin date to 2012-2013

---
 src/UNL/Catalog.php                       | 8 ++++----
 src/UNL/Catalog/Archive/Section/Index.php | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/UNL/Catalog.php b/src/UNL/Catalog.php
index ac6a42b..8d3d2b7 100644
--- a/src/UNL/Catalog.php
+++ b/src/UNL/Catalog.php
@@ -226,13 +226,13 @@ class UNL_Catalog
      */
     public function showIndex()
     {
-        $this->p->maincontentarea .= '<h1>Welcome to the 2011-2012 Graduate Bulletin</h1>
+        $this->p->maincontentarea .= '<h1>Welcome to the 2012-2013 Graduate Bulletin</h1>
         <div class="image_large"><img src="templates/images/main.jpg" alt="Seaton Hall" /></div>
         <p>The Graduate Studies Bulletin contains 
         information about all programs of graduate study offered at the University of 
         Nebraska&ndash;Lincoln. The dynamic bulletin found here will be changing 
         periodically throughout the year as needed for updating policies, faculty and 
-        curriculum. To access the 2011-2012 static version or <a href="http://www.unl.edu/unlpub/bulletin_grad/">previously published 
+        curriculum. To access the 2012-2013 static version or <a href="http://www.unl.edu/unlpub/bulletin_grad/">previously published 
         bulletins, click on this link.</a></p>
         <h2 class="sec_main"><a href="'.$this->mw_uri.'Main_Page">Graduate Policies</a></h2>
         <div class="left" style="width:50%">
@@ -520,8 +520,8 @@ class UNL_Catalog
         $this->p->head           .= '<script type="text/javascript" src="'.$this->uri.'templates/catalog.js"></script>';
         $this->p->head           .= '<link rel="search" href="'.$this->uri.'?cx=015236299699564929946%3Aipiaeommikw&amp;cof=FORID%3A11&amp;view=search" />';
         $this->p->head           .= '<link rel="home" href="'.$this->uri.'" />';
-        $this->p->doctitle        = '<title>2011-2012 Graduate Studies Bulletin | University of Nebraska-Lincoln</title>';
-        $this->p->titlegraphic    = 'Graduate Studies Bulletin 2011-2012';
+        $this->p->doctitle        = '<title>2012-2013 Graduate Studies Bulletin | University of Nebraska-Lincoln</title>';
+        $this->p->titlegraphic    = 'Graduate Studies Bulletin 2012-2013';
         $this->p->maincontentarea = '';
         $this->p->pagetitle       = '';
         $this->p->breadcrumbs     = '<ul>
diff --git a/src/UNL/Catalog/Archive/Section/Index.php b/src/UNL/Catalog/Archive/Section/Index.php
index ea7f786..096bc94 100644
--- a/src/UNL/Catalog/Archive/Section/Index.php
+++ b/src/UNL/Catalog/Archive/Section/Index.php
@@ -4,7 +4,7 @@ require_once dirname(__FILE__).'/../Section.php';
 
 class UNL_Catalog_Archive_Section_Index implements UNL_Catalog_Archive_Section
 {
-    protected $title = '2010-2011 Graduate Bulletin';
+    protected $title = '2012-2013 Graduate Bulletin';
     
     function getTitle()
     {
-- 
GitLab