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 -r1.24 -r1.25 --- openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl 29 Jan 2006 16:16:28 -0000 1.24 +++ openacs-4/packages/contacts/tcl/contacts-callback-procs.tcl 1 Feb 2006 01:09:35 -0000 1.25 @@ -88,6 +88,15 @@ } { } +ad_proc -public -callback contacts::redirect { + {-party_id ""} + {-action ""} +} { + This callback is executed by /package/contacts/index.vuh. If you want contact urls to map + to or override standard files/links this is where you can customize the rp_internal_redirect + or add your own ad_returnredirect +} - + ad_proc -public -callback contacts::bulk_actions { {-multirow:required} } { @@ -239,4 +248,4 @@ dotlrn_club::add_user -community_id $community_id -user_id $employee_id } } -} \ No newline at end of file +}