mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17493] Remove more jabber remainders
PHPBB-17493
This commit is contained in:
@@ -708,7 +708,7 @@ class manager
|
||||
*
|
||||
* @param string $item_type Type identifier of the subscription
|
||||
* @param int $item_id The id of the item
|
||||
* @param string $method The method of the notification e.g. 'board', 'email', or 'jabber'
|
||||
* @param string $method The method of the notification e.g. 'board', 'email'
|
||||
* (if null a subscription will be added for all the defaults methods)
|
||||
* @param bool|int $user_id The user_id to add the subscription for (bool false for current user)
|
||||
*/
|
||||
@@ -765,7 +765,7 @@ class manager
|
||||
*
|
||||
* @param string $item_type Type identifier of the subscription
|
||||
* @param int $item_id The id of the item
|
||||
* @param string $method The method of the notification e.g. 'board', 'email', or 'jabber'
|
||||
* @param string $method The method of the notification e.g. 'board', 'email'
|
||||
* @param bool|int $user_id The user_id to add the subscription for (bool false for current user)
|
||||
*/
|
||||
public function delete_subscription($item_type, $item_id = 0, $method = null, $user_id = false)
|
||||
|
Reference in New Issue
Block a user