Changeset 4775 for trunk/bp-friends/bp-friends-functions.php
- Timestamp:
- 07/22/2011 07:32:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-functions.php
r4770 r4775 35 35 36 36 // Send the email notification 37 require _once( BP_PLUGIN_DIR . '/bp-friends/bp-friends-notifications.php' );37 require( BP_PLUGIN_DIR . '/bp-friends/bp-friends-notifications.php' ); 38 38 friends_notification_new_request( $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id ); 39 39 … … 108 108 109 109 // Send the email notification 110 require _once( BP_PLUGIN_DIR . '/bp-friends/bp-friends-notifications.php' );110 require( BP_PLUGIN_DIR . '/bp-friends/bp-friends-notifications.php' ); 111 111 friends_notification_accepted_request( $friendship->id, $friendship->initiator_user_id, $friendship->friend_user_id ); 112 112
Note: See TracChangeset
for help on using the changeset viewer.