reset timelimit so that script does not get timed out when posting to many users
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user