From ac239323836cdfe378aa8a51e97b2799f1a40341 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 7 Dec 2012 08:29:12 -0500
Subject: [PATCH] Fixed comment.

---
 module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
index 188f56e20bc..0236451e9fe 100644
--- a/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
+++ b/module/VuFind/src/VuFind/ILS/Logic/TitleHolds.php
@@ -125,7 +125,7 @@ class TitleHolds
      *
      * @param string $id   A Bib ID
      * @param string $type The holds mode to be applied from:
-     * (all, holds, recalls, availability)
+     * (disabled, always, availability, driver)
      *
      * @return mixed A url on success, boolean false on failure
      */
-- 
GitLab