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:
a53be3c
)
gl.pl: benutzte Funktionen aus DBUtils auch importieren
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 27 Apr 2016 14:45:24 +0000
(16:45 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 27 Apr 2016 14:48:30 +0000
(16:48 +0200)
bin/mozilla/gl.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/gl.pl
b/bin/mozilla/gl.pl
index
026cf6a
..
7761f70
100644
(file)
--- 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";