mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
reset timelimit so that script does not get timed out when posting to many users
This commit is contained in:
parent
33dd9a0bcf
commit
8c0ef41d6a
@ -259,6 +259,9 @@ function forum_cron () {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/// GWD: reset timelimit so that script does not get timed out when posting to many users
|
||||
set_time_limit(10);
|
||||
|
||||
/// Override the language and timezone of the "current" user, so that
|
||||
/// mail is customised for the receiver.
|
||||
|
Loading…
x
Reference in New Issue
Block a user