Index: openacs-4/packages/acs-subsite/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/callback-procs.tcl,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 22 Mar 2005 00:57:59 -0000 1.1 +++ openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 10 Jun 2005 18:26:55 -0000 1.1.2.1 @@ -10,11 +10,11 @@ -user_id } { used to generate html fragments for display on the /pvt/home page. - + The html fragment should have an h2 header for sectioning. - + @param user_id - the user to display - + @see callback::user::workspace::impl::acs-subsite } - @@ -24,3 +24,10 @@ } { return [template::adp_include /packages/acs-subsite/lib/user-subsites [list user_id $user_id]] } + +ad_proc -public -callback user::registration { + -package_id +} { + used to verify if there is another registration process. + The implementation must return the url of the registration page. +} -