Revision d29ecc8b
Von Sven Schöling vor fast 12 Jahren hinzugefügt
SL/DB/Manager/CsvImportReport.pm | ||
---|---|---|
15 | 15 |
|
16 | 16 |
# get expired reports |
17 | 17 |
my $objects = $self->get_all(query => [ |
18 |
session_id => [ |
|
19 |
not => [ $::auth->active_session_ids ] |
|
20 |
] |
|
18 |
'!session_id' => [ $::auth->active_session_ids ] |
|
21 | 19 |
]); |
22 | 20 |
|
23 | 21 |
$_->destroy for @$objects; |
Auch abrufbar als: Unified diff
cleanup fix