From: Sven Schöling Date: Thu, 21 Apr 2016 09:56:49 +0000 (+0200) Subject: common: DBUtils nicht den main:: space vollmüllen lassen X-Git-Tag: release-3.4.1~185 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8f56a7e6ca6a5495f6b3bb1b7da44715c5a6389d;p=kivitendo-erp.git common: DBUtils nicht den main:: space vollmüllen lassen --- diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index a967480f8..c88efe875 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -11,7 +11,7 @@ use SL::Common; use SL::DB::Helper::Mappings; -use SL::DBUtils; +use SL::DBUtils qw(do_query); use SL::Form; use SL::MoreCommon; use SL::Helper::Flash;