Index: openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl,v diff -u -N -r1.60 -r1.61 --- openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl 18 Jun 2007 03:20:45 -0000 1.60 +++ openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl 21 Jun 2007 20:06:42 -0000 1.61 @@ -1387,3 +1387,15 @@ -send_immediately } } + +ad_proc -public -callback group::add_member -impl contacts { + {-group_id:required} + {-user_id:required} + {-rel_type:required} + {-member_state:required} +} { + +} { + ns_log Notice "callback group::add_member -group_id $group_id -user_id $user_id -rel_type $rel_type -member_state $member_state" + +} \ No newline at end of file