]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/rose_auto_create_model.pl
installation_check: shell_quote mit vorangestelltem Modulnamen aufrufen, …
[mfinanz.git] / scripts / rose_auto_create_model.pl
index 5d311c18e93c8d8e2a4943733b12026c09991bbf..111b0c7a4695b69ad066ac39761e516f09299a02 100755 (executable)
@@ -430,8 +430,6 @@ sub drop_and_create_test_database {
     $auth_dbh->disconnect;
 
     dbh_do($dbh_template, "DROP DATABASE \"" . $db_cfg->{db} . "\"", message => "Database could not be dropped");
-
-    $::auth->reset;
   }
 
   notice("Creating database");
@@ -466,6 +464,8 @@ sub drop_and_create_test_database {
 
   apply_upgrades(auth => 1, dbh => $dbh);
 
+  $::auth->reset;
+
   notice("Creating client, user, group and employee");
 
   dbh_do($dbh, qq|DELETE FROM auth.clients|);
@@ -489,7 +489,6 @@ sub drop_and_create_test_database {
     signature                => '',
     hide_cvar_search_options => '',
     numberformat             => '1.000,00',
-    vclimit                  => 0,
     favorites                => '',
     copies                   => '',
     menustyle                => 'v3',