Index: openacs-4/packages/acs-authentication/tcl/local-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/local-procs.tcl,v diff -u -r1.23 -r1.24 --- openacs-4/packages/acs-authentication/tcl/local-procs.tcl 2 Oct 2003 14:22:14 -0000 1.23 +++ openacs-4/packages/acs-authentication/tcl/local-procs.tcl 27 Oct 2003 12:21:50 -0000 1.24 @@ -450,7 +450,7 @@ # LARS TODO: Move this out of the local driver and into the auth framework # Notify admin on new registration - if { [ad_parameter NotifyAdminOfNewRegistrationsP "security" 0] } { + if { [parameter::get -parameter NotifyAdminOfNewRegistrationsP -default 0] } { with_catch errmsg { ns_sendmail \ [parameter::get -parameter NewRegistrationEmailAddress -package_id [ad_conn subsite_id] -default [ad_system_owner]] \