From 5ada960697f35a058cf61cdc4f80451030393af2 Mon Sep 17 00:00:00 2001 From: Brett Bieber <brett.bieber@gmail.com> Date: Tue, 9 Apr 2013 13:21:49 -0500 Subject: [PATCH] Revert "Update URLs to grad studies contact page" This reverts commit a2916676bf800ec85cc19ac802da49d3072dc2e7. --- .buildpath | 3 +-- .project | 1 - .settings/org.eclipse.php.core.prefs | 3 ++- src/UNL/Catalog/CourseSearch/DBSearcher.php | 5 ----- www/templates/footer.html | 4 ++-- www/templates/footerContactInfo.html | 2 +- 6 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.buildpath b/.buildpath index a049bb7..8bcb4b5 100644 --- a/.buildpath +++ b/.buildpath @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <buildpath> - <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> <buildpathentry kind="src" path=""/> - <buildpathentry combineaccessrules="false" kind="prj" path="/UNL_UndergraduateBulletin"/> + <buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/> </buildpath> diff --git a/.project b/.project index 5b50132..333a8a6 100644 --- a/.project +++ b/.project @@ -3,7 +3,6 @@ <name>UNL_GraduateBulletin</name> <comment></comment> <projects> - <project>UNL_UndergraduateBulletin</project> </projects> <buildSpec> <buildCommand> diff --git a/.settings/org.eclipse.php.core.prefs b/.settings/org.eclipse.php.core.prefs index 1f61a5e..0d9589d 100644 --- a/.settings/org.eclipse.php.core.prefs +++ b/.settings/org.eclipse.php.core.prefs @@ -1,2 +1,3 @@ +#Tue Apr 13 10:19:34 CDT 2010 eclipse.preferences.version=1 -include_path=0;/UNL_GraduateBulletin\u00052;/UNL_UndergraduateBulletin +include_path=0;/UNL_GraduateBulletin diff --git a/src/UNL/Catalog/CourseSearch/DBSearcher.php b/src/UNL/Catalog/CourseSearch/DBSearcher.php index d191236..6e9f378 100644 --- a/src/UNL/Catalog/CourseSearch/DBSearcher.php +++ b/src/UNL/Catalog/CourseSearch/DBSearcher.php @@ -16,9 +16,4 @@ class UNL_Catalog_CourseSearch_DBSearcher extends UNL_UndergraduateBulletin_Cour (' . $query . ');'; return new UNL_UndergraduateBulletin_CourseSearch_DBSearchResults($query, $offset, $limit); } - - function byPrerequisite($query, $offset = 0, $limit = -1) - { - return - } } \ No newline at end of file diff --git a/www/templates/footer.html b/www/templates/footer.html index 1d9cbe0..496f1b3 100644 --- a/www/templates/footer.html +++ b/www/templates/footer.html @@ -1,4 +1,4 @@ -© 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/contact" title="Click here to direct your comments and questions">comments?</a> +© 2013 UNL Graduate Studies | 1100 Seaton Hall | Lincoln NE 68588-0619 | 402-472-2875 | <a href="http://www.unl.edu/gradstudies/comments.shtml" title="Click here to direct your comments and questions">comments?</a> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2901646-1']); //replace with your unique tracker id @@ -6,4 +6,4 @@ _gaq.push(['_setDomainName', '.unl.edu']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_setAllowHash', false]); _gaq.push(['_trackPageview']); -</script> +</script> \ No newline at end of file diff --git a/www/templates/footerContactInfo.html b/www/templates/footerContactInfo.html index cce5b7e..ccea0f9 100644 --- a/www/templates/footerContactInfo.html +++ b/www/templates/footerContactInfo.html @@ -6,4 +6,4 @@ Lincoln NE 68588-0619<br /> <a href="mailto:graduate@unl.edu">graduate@unl.edu</a><br /> <br /> -<a href="http://www.unl.edu/gradstudies/contact">More contact info</a></p> +<a href="http://www.unl.edu/gradstudies/office/seaton.shtml">More contact info</a></p> -- GitLab