1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/11744] Comments

PHPBB3-11744
This commit is contained in:
Nathan Guse 2013-07-27 09:09:24 -05:00
parent 93db6190f5
commit b213be84a7

View File

@ -490,7 +490,7 @@ class phpbb_notification_manager
* *
* @param string|array $notification_type_name Type identifier or array of item types (only acceptable if the $item_id is identical for the specified types) * @param string|array $notification_type_name Type identifier or array of item types (only acceptable if the $item_id is identical for the specified types)
* @param int|array $item_id Identifier within the type (or array of ids) * @param int|array $item_id Identifier within the type (or array of ids)
* @param bool|int|array $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified * @param mixed $parent_id Parent identifier within the type (or array of ids), used in combination with item_id if specified (Default: false; not checked)
*/ */
public function delete_notifications($notification_type_name, $item_id, $parent_id = false) public function delete_notifications($notification_type_name, $item_id, $parent_id = false)
{ {