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