From da1f3a556a8b1335f2fe88af1d0ccf19a3e85d48 Mon Sep 17 00:00:00 2001
From: Tom Misilo <misilot@fit.edu>
Date: Wed, 13 Apr 2016 08:38:53 -0400
Subject: [PATCH] Changed comments from Polaris to Koha

---
 module/VuFind/src/VuFind/ILS/Driver/KohaRest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php b/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
index caae3fa06ae..0c7c7d2afd4 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/KohaRest.php
@@ -260,7 +260,7 @@ class KohaRest extends \VuFind\ILS\Driver\AbstractBase implements
     /**
      * Make Request
      *
-     * Makes a request to the Polaris Restful API
+     * Makes a request to the Koha ILSDI API
      *
      * @param string $api_query   Query string for request
      * @param string $http_method HTTP method (default = GET)
@@ -314,7 +314,7 @@ class KohaRest extends \VuFind\ILS\Driver\AbstractBase implements
     /**
      * Make Ilsdi Request Array
      *
-     * Makes a request to the Polaris Restful API
+     * Makes a request to the Koha ILSDI API
      *
      * @param string $service     Called function (GetAvailability,
      *                                             GetRecords,
-- 
GitLab