POD zu update_attributes ergänzt
[kivitendo-erp.git] / SL / DB / Manager / CsvImportReport.pm
index 370a6c9..0a8fe2a 100644 (file)
@@ -15,9 +15,7 @@ sub cleanup {
 
   # get expired reports
   my $objects = $self->get_all(query => [
-    session_id => [
-      not => [ $::auth->active_session_ids ]
-    ]
+   '!session_id' => [ $::auth->active_session_ids ]
   ]);
 
   $_->destroy for @$objects;