Revision 33b0b2ca
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/Manager/BackgroundJob.pm | ||
---|---|---|
29 | 29 |
next_run_at => undef, |
30 | 30 |
next_run_at => { le => $now } ] ]); |
31 | 31 |
|
32 |
return $class->get_all(where => [ or => [ @interval_args, @once_args ] ]);
|
|
32 |
return $class->get_all(query => [ or => [ @interval_args, @once_args ] ]);
|
|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
1; |
Auch abrufbar als: Unified diff
Ältere RDBO-Versionen kennen 'where' als Alias für 'query' beim Manager nicht