Changeset 2409 for trunk/bp-groups.php
- Timestamp:
- 01/23/2010 01:48:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r2397 r2409 1333 1333 extract( $r, EXTR_SKIP ); 1334 1334 1335 /* Check for an existing entry and update if one exists. */ 1336 $id = bp_activity_get_activity_id( array( 1337 'user_id' => $user_id, 1338 'component' => $component, 1339 'type' => $type, 1340 'item_id' => $item_id, 1341 'secondary_item_id' => $secondary_item_id 1342 ) ); 1343 1344 return bp_activity_add( array( 'id' => $id, 'user_id' => $user_id, 'action' => $action, 'content' => $content, 'primary_link' => $primary_link, 'component' => $component, 'type' => $type, 'item_id' => $item_id, 'secondary_item_id' => $secondary_item_id, 'recorded_time' => $recorded_time, 'hide_sitewide' => $hide_sitewide ) ); 1335 return bp_activity_add( array( 'user_id' => $user_id, 'action' => $action, 'content' => $content, 'primary_link' => $primary_link, 'component' => $component, 'type' => $type, 'item_id' => $item_id, 'secondary_item_id' => $secondary_item_id, 'recorded_time' => $recorded_time, 'hide_sitewide' => $hide_sitewide ) ); 1345 1336 } 1346 1337
Note: See TracChangeset
for help on using the changeset viewer.