From 30356efab9503f44c26c6eebe6421911cd70ec64 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sat, 15 Dec 2012 21:54:19 -0600 Subject: [PATCH] [ticket/11103] updating comments PHPBB3-11103 --- phpBB/includes/notification/type/base.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/includes/notification/type/base.php b/phpBB/includes/notification/type/base.php index c262fbeedb..315bcb04c9 100644 --- a/phpBB/includes/notification/type/base.php +++ b/phpBB/includes/notification/type/base.php @@ -71,9 +71,9 @@ abstract class phpbb_notification_type_base implements phpbb_notification_type_i * item_id - ID of the item (e.g. post_id, msg_id) * item_parent_id - Parent item id (ex: for topic => forum_id, for post => topic_id, etc) * user_id - * unread - * time - * data (special serialized field that each notification type can use to store stuff) + * notification_read + * notification_time + * notification_data (special serialized field that each notification type can use to store stuff) * * @var array $data Notification row from the database * This must be private, all interaction should use __get(), __set(), get_data(), set_data()