reset timelimit so that script does not get timed out when posting to many users

This commit is contained in:
gustav_delius 2004-01-25 17:04:54 +00:00
parent 33dd9a0bcf
commit 8c0ef41d6a

View File

@ -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.