From 55b9f45d8ff214f4a923309fbd142b8d85db662f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 8 Mar 2013 13:47:30 -0500 Subject: [PATCH] Removed erroneous comments. --- module/VuFind/src/VuFind/ILS/Driver/Aleph.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/Amicus.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/Evergreen.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/Unicorn.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/Virtua.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php | 4 ---- module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php | 4 ---- 7 files changed, 28 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php index a86b39d3ee5..16c7cbbad84 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php @@ -1634,10 +1634,6 @@ class Aleph extends AbstractBase * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php index 89fdcf74817..4f57728f37a 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Amicus.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Amicus.php @@ -874,10 +874,6 @@ class Amicus extends AbstractBase implements TranslatorAwareInterface * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php index 02bd855a74a..f9e87e13516 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Evergreen.php @@ -777,10 +777,6 @@ class Evergreen extends AbstractBase * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php index b224d9bf14b..5d2c39efad6 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Unicorn.php @@ -926,10 +926,6 @@ class Unicorn extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $courseId ID from getCourses (empty string to match all) * @param string $instructorId ID from getInstructors (empty string to match all) * @param string $departmentId ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php index ab42e5f5f09..c7b08a5da98 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Virtua.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Virtua.php @@ -1417,10 +1417,6 @@ class Virtua extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterfa * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php index 4bdc43797d9..50cb2073719 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php +++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP.php @@ -674,10 +674,6 @@ class XCNCIP extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterfa * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) diff --git a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php index 940f9118df2..445c64b3f9b 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php +++ b/module/VuFind/src/VuFind/ILS/Driver/XCNCIP2.php @@ -701,10 +701,6 @@ class XCNCIP2 extends AbstractBase implements \VuFindHttp\HttpServiceAwareInterf * * Obtain information on course reserves. * - * This version of findReserves was contributed by Matthew Hooper and includes - * support for electronic reserves (though eReserve support is still a work in - * progress). - * * @param string $course ID from getCourses (empty string to match all) * @param string $inst ID from getInstructors (empty string to match all) * @param string $dept ID from getDepartments (empty string to match all) -- GitLab