Index: openacs-4/packages/acs-core-docs/www/files/note-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/note-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/files/note-procs.tcl 4 Feb 2004 14:51:28 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/files/note-procs.tcl 7 Aug 2017 23:47:54 -0000 1.3 @@ -16,7 +16,7 @@ } { This proc retrieves a note. This is annoying code that is only here because we wanted to give you a working tutorial in 5.0 that - uses content repository, but the tcl api for content repository + uses content repository, but the Tcl api for content repository won't be complete until 5.1. At least we can use the pregenerated views for select and edit. } { upvar 1 $array row @@ -83,3 +83,9 @@ select content_item__delete(:item_id) } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: