Index: openacs-4/packages/acs-subsite/acs-subsite.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/acs-subsite.info,v diff -u -r1.74.2.3 -r1.74.2.4 --- openacs-4/packages/acs-subsite/acs-subsite.info 15 Jun 2005 17:57:05 -0000 1.74.2.3 +++ openacs-4/packages/acs-subsite/acs-subsite.info 21 Jun 2005 14:54:15 -0000 1.74.2.4 @@ -32,7 +32,6 @@ - @@ -52,7 +51,9 @@ 3 - Show user email as an image (require ImageMagick). If ImageMagick not present then the @ symbol is replaced with an image. 2 - Hide email, show a link that allows users to send a message. 1 - Shows nothing." section_name="user-info"/> - + + + Index: openacs-4/packages/acs-subsite/lib/user-new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/user-new.tcl,v diff -u -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/acs-subsite/lib/user-new.tcl 15 Jun 2005 17:57:34 -0000 1.10.2.2 +++ openacs-4/packages/acs-subsite/lib/user-new.tcl 21 Jun 2005 14:54:39 -0000 1.10.2.3 @@ -42,7 +42,7 @@ # registration form. -set implName [parameter::get -parameter "RegImplName" -package_id [subsite::main_site_id]] +set implName [parameter::get -parameter "RegistrationImplName" -package_id [subsite::main_site_id]] set url [callback -catch -impl "$implName" user::registration]