mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Cron tidy-ups
This commit is contained in:
parent
1f7227e1c2
commit
f282e6314c
2 changed files with 14 additions and 9 deletions
|
@ -53,8 +53,6 @@ function journal_cron () {
|
|||
|
||||
global $CFG;
|
||||
|
||||
echo "Processing journals...\n";
|
||||
|
||||
$cutofftime = time() - $CFG->maxeditingtime;
|
||||
|
||||
if ($entries = get_records_sql("SELECT e.*, j.course, j.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue