From 9c67ddaa7c2b26bfb7b013b999cf50811fd383df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 18:52:48 +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 Go to ome > Tools > Logs Display logs with from and to dates Verify that search range behaves as expected. ' (Note: In table 'XXXX lines found', date and time always appear as timestamp as before) --- tools/viewlog.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/viewlog.pl b/tools/viewlog.pl index 6f5ea03..7b7ed64 100755 --- a/tools/viewlog.pl +++ b/tools/viewlog.pl @@ -25,7 +25,6 @@ use CGI qw ( -utf8 ); use Text::CSV::Encoded; use C4::Context; use C4::Koha; -use C4::Dates; use C4::Output; use C4::Log; use C4::Items; -- 1.7.10.4