X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/857242398f40610d90f52b83b2d4ac5e1d764b9f..0bc6d28c1a54fe96651f95405ce2b5ae4452af21:/SL/User.pm diff --git a/SL/User.pm b/SL/User.pm index 3e9d0ace0..a267fcd6f 100644 --- a/SL/User.pm +++ b/SL/User.pm @@ -150,7 +150,6 @@ sub login { $SIG{QUIT} = 'IGNORE'; $self->dbupdate2(form => $form, updater => $dbupdater, database => $::auth->client->{dbname}); - SL::DBUpgrade2->new(form => $::form, auth => 1)->apply_admin_dbupgrade_scripts(0); SL::System::InstallationLock->unlock;