From 10b6637eeb77e1d2990a50b263459518fc60bb0a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 30 Dec 2010 11:19:48 +0100 Subject: [PATCH] SL::DBUtils einbinden, wenn Funktionen daraus benutzt werden --- sql/Pg-upgrade2/USTVA_at.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/Pg-upgrade2/USTVA_at.pl b/sql/Pg-upgrade2/USTVA_at.pl index 24fa60850..1cafb2de9 100644 --- a/sql/Pg-upgrade2/USTVA_at.pl +++ b/sql/Pg-upgrade2/USTVA_at.pl @@ -4,6 +4,8 @@ use strict; +use SL::DBUtils; + unless ( $main::form ) { die("This script cannot be run from the command line."); } -- 2.20.1