Index: openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 8 Dec 2012 17:50:20 -0000 1.2 +++ openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 27 Oct 2014 16:40:10 -0000 1.3 @@ -16,7 +16,7 @@ } { # LARS: - # We only ns_register_adptag the tag if it hasn't already been registered + # We only ns_adp_registerscript the tag if it hasn't already been registered # (if the proc doesn't exist). # This makes debugging templating tags so much easier, because you don't have # to restart the server each time. @@ -37,7 +37,7 @@ }" if { !$exists_p } { - ns_register_adptag $name template_tag_$name + ns_adp_registerscript $name template_tag_$name } } @@ -59,7 +59,7 @@ }" if { !$exists_p } { - ns_register_adptag $name /$name template_tag_$name + ns_adp_registerscript $name /$name template_tag_$name } }