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:
611491d
)
common: DBUtils nicht den main:: space vollmüllen lassen
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Apr 2016 09:56:49 +0000
(11:56 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Apr 2016 10:00:08 +0000
(12:00 +0200)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
a967480
..
c88efe8
100644
(file)
--- 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;