X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FUser.pm;h=cfa43fee312afe8670c155a0a3215b9bff3f31d8;hb=06af498f71c9424b2d373d12b4dd90cdac58e070;hp=ece1fb8b584c098d884f05419f659cc75aa5de19;hpb=6b7624a4627d292e41b9ca4def084ae62be743ae;p=kivitendo-erp.git diff --git a/SL/User.pm b/SL/User.pm index ece1fb8b5..cfa43fee3 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -768,7 +768,7 @@ sub dbupdate { last if ($version < $mindb); # apply upgrade - $main::lxdebug->message(DEBUG2, "Applying Update $upgradescript"); + $main::lxdebug->message(LXDebug::DEBUG2, "Applying Update $upgradescript"); if ($file_type eq "sql") { $self->process_query($form, $dbh, "sql/" . $form->{"dbdriver"} . "-upgrade/$upgradescript", $str_maxdb, $db_charset); @@ -852,7 +852,7 @@ sub dbupdate2 { my $file_type = $1; # apply upgrade - $main::lxdebug->message(DEBUG2, "Applying Update $control->{file}"); + $main::lxdebug->message(LXDebug::DEBUG2, "Applying Update $control->{file}"); print $form->parse_html_template("dbupgrade/upgrade_message2", $control); if ($file_type eq "sql") {