From 25e93e789da513856c3905722ef51a3a120d4b40 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 27 Apr 2016 16:45:24 +0200 Subject: [PATCH] gl.pl: benutzte Funktionen aus DBUtils auch importieren --- bin/mozilla/gl.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/gl.pl b/bin/mozilla/gl.pl index 026cf6a01..7761f70bf 100644 --- a/bin/mozilla/gl.pl +++ b/bin/mozilla/gl.pl @@ -42,6 +42,7 @@ use SL::GL; use SL::IS; use SL::PE; use SL::ReportGenerator; +use SL::DBUtils qw(selectrow_query); require "bin/mozilla/common.pl"; require "bin/mozilla/drafts.pl"; -- 2.20.1