projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca8f4f
)
SL::DBUtils einbinden, wenn Funktionen daraus benutzt werden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 10:19:48 +0000
(11:19 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 10:19:48 +0000
(11:19 +0100)
sql/Pg-upgrade2/USTVA_at.pl
patch
|
blob
|
history
diff --git
a/sql/Pg-upgrade2/USTVA_at.pl
b/sql/Pg-upgrade2/USTVA_at.pl
index
24fa608
..
1cafb2d
100644
(file)
--- 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.");
}