Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 10 Sep 2002 22:22:14 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 13 Sep 2002 10:43:57 -0000 1.12 @@ -78,7 +78,7 @@ set password_answer [db_null] } - if { [empty_string_p url] } { + if { [empty_string_p $url] } { set url [db_null] }