mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10684] Fix 2 typos in comment lines.
PHPBB3-10684
This commit is contained in:
parent
025de9ee19
commit
ee6783109a
2 changed files with 2 additions and 2 deletions
|
@ -1220,7 +1220,7 @@ function user_notification($mode, $subject, $topic_title, $forum_name, $forum_id
|
|||
// forum notification is sent to those not already receiving topic notifications
|
||||
if ($topic_notification)
|
||||
{
|
||||
// Add users who has been already notified to ignore list
|
||||
// Add users who have been already notified to ignore list
|
||||
if (sizeof($notify_rows))
|
||||
{
|
||||
foreach ($notify_rows as $user_id => $row)
|
||||
|
|
|
@ -3588,7 +3588,7 @@ function remove_newly_registered($user_id, $user_data = false)
|
|||
}
|
||||
|
||||
/**
|
||||
* Get a list of banned users' ids, ignoring stale buns which were not wiped yet.
|
||||
* Get a list of banned users' ids, ignoring stale bans which were not wiped yet.
|
||||
*
|
||||
* @return array Array of banned users' ids if any, empty array otherwise
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue