mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Attempt to increase timeout while sending notifications ... need a better solution, why can't PHP multitask ... !
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2727 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -634,6 +634,8 @@ function user_notification($mode, &$post_data, &$forum_id, &$topic_id, &$post_id
|
|||||||
$update_watched_sql = '';
|
$update_watched_sql = '';
|
||||||
if ( $row = $db->sql_fetchrow($result) )
|
if ( $row = $db->sql_fetchrow($result) )
|
||||||
{
|
{
|
||||||
|
@set_time_limit(120);
|
||||||
|
|
||||||
$topic_title = preg_replace($orig_word, $replacement_word, unprepare_message($row['topic_title']));
|
$topic_title = preg_replace($orig_word, $replacement_word, unprepare_message($row['topic_title']));
|
||||||
|
|
||||||
do
|
do
|
||||||
|
Reference in New Issue
Block a user