Index: openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl 14 May 2002 22:19:04 -0000 1.2 +++ openacs-4/packages/dotlrn/www/one-community-portal-configure-2.tcl 15 May 2002 05:18:10 -0000 1.3 @@ -25,7 +25,11 @@ set form [ns_getform] set portal_id [ns_set get $form portal_id] set return_url [ns_set get $form return_url] +set anchor [ns_set get $form anchor] +#ad_return_complaint 1 "$anchor" +#ad_script_abort + portal::configure_dispatch -portal_id $portal_id -form $form -ns_returnredirect "one-community-portal-configure?portal_id=$portal_id&return_url=$return_url" +ns_returnredirect "one-community-portal-configure?portal_id=$portal_id&referer=$return_url#$anchor"