]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Dispatcher.pm
noch ein index der ein bestimmtes Query deutlich beschleunigt.
[mfinanz.git] / SL / Dispatcher.pm
index 8a8d5bbcf50263211e27b9a19ee0e73f392ee746..3bf120668f919f0d3b17cb83308795f57f981547 100644 (file)
@@ -231,11 +231,11 @@ sub handle_request {
   # cleanup
   $::locale   = undef;
   $::form     = undef;
-  $::auth     = undef;
   $::myconfig = ();
   Form::disconnect_standard_dbh;
   $::auth->expire_session_keys->save_session;
   $::auth->dbdisconnect;
+  $::auth     = undef;
 
   $::lxdebug->end_request;
   $::lxdebug->leave_sub;