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:
8f56a7e
)
Auth: DBUtils nicht den namespace vollmüllen lassen
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Apr 2016 09:57:28 +0000
(11:57 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 21 Apr 2016 10:00:08 +0000
(12:00 +0200)
SL/Auth.pm
patch
|
blob
|
history
diff --git
a/SL/Auth.pm
b/SL/Auth.pm
index
9f2475f
..
30aa40b
100644
(file)
--- a/
SL/Auth.pm
+++ b/
SL/Auth.pm
@@
-20,7
+20,7
@@
use SL::SessionFile;
use SL::User;
use SL::DBConnect;
use SL::DBUpgrade2;
-use SL::DBUtils;
+use SL::DBUtils
qw(do_query do_statement prepare_execute_query prepare_query selectall_array_query selectrow_query)
;
use strict;