Index: openacs-4/packages/acs-templating/tcl/file-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/file-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-templating/tcl/file-procs.tcl 10 Jan 2007 21:22:12 -0000 1.10 +++ openacs-4/packages/acs-templating/tcl/file-procs.tcl 7 Aug 2017 23:48:01 -0000 1.11 @@ -1,3 +1,8 @@ +ad_library { + File procs +} + + namespace eval template {} namespace eval template::data {} namespace eval template::data::transform {} @@ -6,7 +11,6 @@ namespace eval template::util {} namespace eval template::util::file {} - ad_proc -private template::data::transform::file { element_ref } { @return the list { file_name temp_file_name content_mime_type }. } { @@ -66,3 +70,9 @@ } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: