From 863eb4303398caba2ab429475a69e09601919150 Mon Sep 17 00:00:00 2001 From: "Martin Helmling martin.helmling@octosoft.eu" Date: Fri, 20 Jan 2017 08:45:32 +0100 Subject: [PATCH] =?utf8?q?am:=20fehlendes=20include=20f=C3=BCr=20Historien?= =?utf8?q?suche(2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Undefined subroutine &main::conv_dateq called at bin/mozilla/am.pl line 1246 --- bin/mozilla/am.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/am.pl b/bin/mozilla/am.pl index b3ec6045c..cf5eeb13c 100644 --- a/bin/mozilla/am.pl +++ b/bin/mozilla/am.pl @@ -47,7 +47,7 @@ use SL::DB::Printer; use SL::DB::Tax; use SL::DB::Language; use SL::DB::Default; -use SL::DBUtils qw(selectall_array_query); +use SL::DBUtils qw(selectall_array_query conv_dateq); use CGI; require "bin/mozilla/common.pl"; -- 2.20.1