mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-80061-master' of https://github.com/ssj365/moodle
This commit is contained in:
commit
0e87e8cfc9
@ -788,7 +788,7 @@ class recording extends persistent {
|
||||
if ($dismissedonly) {
|
||||
mtrace("=> Looking for any recording that has been 'dismissed' in the past " . self::RECORDING_TIME_LIMIT_DAYS
|
||||
. " days.");
|
||||
$select = 'status = :status_dismissed AND timecreated > :withindays';
|
||||
$select = 'status = :status_dismissed AND timemodified > :withindays';
|
||||
$params['status_dismissed'] = self::RECORDING_STATUS_DISMISSED;
|
||||
} else {
|
||||
mtrace("=> Looking for any recording awaiting processing from the past " . self::RECORDING_TIME_LIMIT_DAYS . " days.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user