Index: openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl,v diff -u -N -r1.17 -r1.18 --- openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 4 Sep 2003 15:16:38 -0000 1.17 +++ openacs-4/packages/acs-service-contract/tcl/acs-service-contract-procs.tcl 10 Sep 2003 09:43:05 -0000 1.18 @@ -90,7 +90,7 @@ @author Neophytos Demetriou } { - return AcsSc.${contract}.${operation}.${impl} + return "AcsSc.[util_text_to_url -no_resolve -replacement "_" -text $contract].[util_text_to_url -no_resolve -replacement "_" -text $operation].[util_text_to_url -no_resolve -replacement "_" -text $impl]" }