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:
d2f4d07
)
SL::DBUtils für Perl-Upgradescripte einbinden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Jan 2011 15:28:11 +0000
(16:28 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Jan 2011 15:28:11 +0000
(16:28 +0100)
SL/DBUpgrade2.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2.pm
b/SL/DBUpgrade2.pm
index
8e61f22
..
ca45510
100644
(file)
--- a/
SL/DBUpgrade2.pm
+++ b/
SL/DBUpgrade2.pm
@@
-4,6
+4,7
@@
use IO::File;
use List::MoreUtils qw(any);
use SL::Common;
+use SL::DBUtils;
use SL::Iconv;
use strict;