]> wagnertech.de Git - mfinanz.git/blobdiff - SL/User.pm
Form: globals nicht mehr beim Drucken in Form ablegen
[mfinanz.git] / SL / User.pm
index fe2152ecea8086317285a7c83570f8257a8509bf..37e1a9b5f664738a1a78f00c7015d10773f500a8 100644 (file)
@@ -133,6 +133,11 @@ sub login {
     return LOGIN_OK();
   }
 
+  # Store the fact that we're applying database upgrades at the
+  # moment. That way functions called from the layout modules that may
+  # require updated tables can chose only to use basic features.
+  $::request->applying_database_upgrades(1);
+
   $form->{$_} = $::auth->client->{$_} for qw(dbname dbhost dbport dbuser dbpasswd);
   $form->{$_} = $myconfig{$_}         for qw(datestyle);