mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
Wasn't finished and on my system is not performing correctly ... hence comments ;) Please leave commented out for now.
git-svn-id: file:///svn/phpbb/trunk@4582 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1197,7 +1197,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
foreach (discover_auth(array_keys($notify_rows), array('f_read'), $forum_id) as $user_id => $forum_ary)
|
foreach (discover_auth(array_keys($notify_rows), array('f_read'), $forum_id) as $user_id => $forum_ary)
|
||||||
{
|
{
|
||||||
foreach ($forum_ary as $forum_id => $option_ary)
|
foreach ($forum_ary as $forum_id => $option_ary)
|
||||||
@@ -1209,7 +1209,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Now, we have to do a little step before really sending, we need to distinguish our users a little bit. ;)
|
// Now, we have to do a little step before really sending, we need to distinguish our users a little bit. ;)
|
||||||
$email_users = $delete_ids = $update_notification = array();
|
$email_users = $delete_ids = $update_notification = array();
|
||||||
@@ -1279,8 +1279,9 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
unset($email_list_ary);
|
unset($email_list_ary);
|
||||||
}
|
|
||||||
$messenger->queue->save();
|
$messenger->queue->save();
|
||||||
|
}
|
||||||
|
|
||||||
// Handle the DB updates
|
// Handle the DB updates
|
||||||
$db->sql_transaction();
|
$db->sql_transaction();
|
||||||
|
Reference in New Issue
Block a user