Index: openacs-4/packages/acs-subsite/www/admin/group-types/one.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/admin/group-types/one.tcl,v diff -u -N -r1.6 -r1.7 --- openacs-4/packages/acs-subsite/www/admin/group-types/one.tcl 27 Oct 2014 16:39:50 -0000 1.6 +++ openacs-4/packages/acs-subsite/www/admin/group-types/one.tcl 27 Jun 2015 16:47:27 -0000 1.7 @@ -77,7 +77,7 @@ and t.object_type = a.ancestor_type order by type_level } { - set one_attribute_url [export_vars -url -base "../attributes/one" {attribute_id return_url}] + set one_attribute_url [export_vars -base "../attributes/one" {attribute_id return_url}] } @@ -94,8 +94,8 @@ # See if we need to offer a link to add a rel type set more_relation_types_p [rel_types::additional_rel_types_p -group_type $group_type] -set add_group_url [export_vars -url -base "../parties/new" {{party_type $group_type} {add_with_rel_type composition_rel} return_url}] +set add_group_url [export_vars -base "../parties/new" {{party_type $group_type} {add_with_rel_type composition_rel} return_url}] -set add_attribute_url [export_vars -url -base "../attributes/add" {{object_type $group_type} return_url}] +set add_attribute_url [export_vars -base "../attributes/add" {{object_type $group_type} return_url}]