From ef3a449034158c09f9dc00dbd7a2d01444703f42 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 16 Feb 2015 09:31:25 -0500 Subject: [PATCH] Removed unhelpful comment (better to rely on version control). --- module/VuFind/src/VuFind/ILS/Driver/Koha.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/Koha.php b/module/VuFind/src/VuFind/ILS/Driver/Koha.php index 6f2d36aa602..0d0880aa940 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/Koha.php +++ b/module/VuFind/src/VuFind/ILS/Driver/Koha.php @@ -32,8 +32,6 @@ use PDO, PDOException, VuFind\Exception\ILS as ILSException; /** * VuFind Driver for Koha (version: 3.02) * - * last updated: 12/21/2010 - * * @category VuFind2 * @package ILS_Drivers * @author Altaf Mahmud, System Programmer <altaf.mahmud@gmail.com> -- GitLab