Index: openacs-4/packages/acs-subsite/www/admin/groups/new.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/groups/new.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/admin/groups/new.tcl 6 Sep 2002 21:49:59 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/admin/groups/new.tcl 18 Sep 2002 14:54:49 -0000 1.4 @@ -150,7 +150,7 @@ set next_group_id [lindex $group_rel_type 0] set next_rel_type [lindex $group_rel_type 1] lappend return_url_list \ - "${package_url}admin/relations/add.tcl?group_id=$next_group_id&rel_type=[ad_urlencode $next_rel_type]&party_id=$group_id&allow_out_of_scope_p=t" + "${package_url}admin/relations/add?group_id=$next_group_id&rel_type=[ad_urlencode $next_rel_type]&party_id=$group_id&allow_out_of_scope_p=t" } # Add the original return_url as the last one in the list