From 0f0b18f794747cd9cba484bdb139208acac4a498 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 12:34:09 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from opac/opac-search-history.pl To test: Apply patch Verify that C4::Dates is not used in code Enable display of search history in OPAC (syspref EnableOpacSearchHistory) Diesplay search history in OPAC, should behave as before --- opac/opac-search-history.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/opac/opac-search-history.pl b/opac/opac-search-history.pl index dd5a44a..aa3dc2c 100755 --- a/opac/opac-search-history.pl +++ b/opac/opac-search-history.pl @@ -26,7 +26,6 @@ use C4::Output; use C4::Log; use C4::Items; use C4::Debug; -use C4::Dates; use C4::Search::History; use URI::Escape; use POSIX qw(strftime); -- 1.7.10.4