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:
2da6fbf
)
Debugmeldungen entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:03:15 +0000
(15:03 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 30 Dec 2010 14:03:15 +0000
(15:03 +0100)
SL/DBUpgrade2.pm
patch
|
blob
|
history
diff --git
a/SL/DBUpgrade2.pm
b/SL/DBUpgrade2.pm
index
f308599
..
8e61f22
100644
(file)
--- a/
SL/DBUpgrade2.pm
+++ b/
SL/DBUpgrade2.pm
@@
-329,8
+329,6
@@
sub update2_available {
sub unapplied_upgrade_scripts {
my ($self, $dbh) = @_;
- $::lxdebug->dump(0, "self", $self);
-
my @all_scripts = map { $_->{applied} = 0; $_ } $self->sort_dbupdate_controls;
my $query = qq|SELECT tag FROM | . $self->{schema} . qq|schema_info|;