mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
compleate comments
This commit is contained in:
parent
f23f07b05c
commit
4ef272a337
@ -30,7 +30,7 @@ define('USERNAME_COOKIE_NAME', 'MIBEW_Data');
|
||||
/**
|
||||
* Convert messages to formated text
|
||||
*
|
||||
* @param array $msg message object whitch most be formatted
|
||||
* @param array $msg message object which most be formatted
|
||||
*
|
||||
* @return string formatted message
|
||||
*/
|
||||
@ -631,7 +631,7 @@ function setup_chatview_for_operator(Thread $thread, $operator)
|
||||
/**
|
||||
* Check if the address is banned
|
||||
*
|
||||
* @param string $addr IP address whitch most be checked
|
||||
* @param string $addr IP address which most be checked
|
||||
*
|
||||
* @return null|array It is banned address structure. contains (banid string,
|
||||
* comment string)
|
||||
|
Loading…
Reference in New Issue
Block a user