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.1 -r1.2 --- openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 15 Oct 2003 12:35:51 -0000 1.1 +++ openacs-4/packages/acs-templating/tcl/0-acs-templating-procs.tcl 8 Dec 2012 17:50:20 -0000 1.2 @@ -20,7 +20,7 @@ # (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. - set exists_p [llength [info procs template_tag_$name]] + set exists_p [llength [info commands template_tag_$name]] switch [llength $arglist] {