mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-80061-master' of https://github.com/ssj365/moodle
This commit is contained in:
commit
0e87e8cfc9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue