mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/11700] Fix a few more comments
PHPBB3-11700
This commit is contained in:
@@ -380,7 +380,7 @@ class manager
|
||||
unset($notify_users[ANONYMOUS]);
|
||||
|
||||
// Make sure not to send new \notifications to users who've already been notified about this item
|
||||
// This may happen when an item was added, but now new \users are able to see the item
|
||||
// This may happen when an item was added, but now new users are able to see the item
|
||||
$sql = 'SELECT n.user_id
|
||||
FROM ' . $this->notifications_table . ' n, ' . $this->notification_types_table . ' nt
|
||||
WHERE n.notification_type_id = ' . (int) $notification_type_id . '
|
||||
|
@@ -168,7 +168,7 @@ class quote extends \phpbb\notification\type\post
|
||||
}
|
||||
$this->db->sql_freeresult($result);
|
||||
|
||||
// Find the new \users to notify
|
||||
// Find the new users to notify
|
||||
$notifications = $this->find_users_for_notification($post);
|
||||
|
||||
// Find the notifications we must delete
|
||||
|
Reference in New Issue
Block a user