I am working on the activity module's user_relationship plugin.
We are using the hook_user_relationships function to capture
UR activity.
If the UR operation is 'delete' and the UR category is 'remove'
then this should be a user (requester) removing their relationship
with another user (requestee). The relationship object that
is passed to hook_user_relationships function is this case passes
in the uid of the user that is removing their relationship with
another user as the requestee and not the requester.
This seems reversed since the opposite case where a user
is attempting to establish a relationship with another user
results in the first user being the requester and the target
user the requestee.
Comments
Comment #1
berdirSorry for pinging the participants.
Now that Drupal 7 is out, there is no support for Drupal 5 and the corresponding modules anymore. Therefore, I'm closing all old issues which are still open.
I suggest you upgrade to Drupal 6 or 7 and figure out if you're feature is still needed or the bug still exists and open a new issue in that case.