Changeset 7532 for trunk/bp-notifications/bp-notifications-functions.php
- Timestamp:
- 11/08/2013 05:38:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-notifications/bp-notifications-functions.php
r7529 r7532 42 42 'component_action' => '', 43 43 'date_notified' => bp_core_current_time(), 44 'is_new' => 1 44 45 ) ); 45 46 … … 52 53 $notification->component_action = $r['component_action']; 53 54 $notification->date_notified = $r['date_notified']; 54 $notification->is_new = 1;55 $notification->is_new = $r['is_new']; 55 56 56 57 // Save the new notification
Note: See TracChangeset
for help on using the changeset viewer.