Index: openacs-4/contrib/packages/bcms/tcl/bcms-template-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-template-procs.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/contrib/packages/bcms/tcl/bcms-template-procs.tcl 9 Feb 2004 14:50:08 -0000 1.5 +++ openacs-4/contrib/packages/bcms/tcl/bcms-template-procs.tcl 17 Feb 2004 14:38:25 -0000 1.6 @@ -19,7 +19,7 @@ @param creation_user_id user_id creating this item @param creation_user_ip ip address which this item is created - @returns the item_id of the new template + @return the item_id of the new template } { if {![info exists creation_user_id]} { set creation_user_id [ad_conn user_id] } if {![info exists creation_ip]} { set creation_ip [ad_conn peeraddr] } @@ -45,7 +45,7 @@ @param creation_user_id user_id creating this item @param creation_ip ip address which this item is created - @returns the revision_id of the new template revision + @return the revision_id of the new template revision } { if {![info exists creation_user_id]} { set creation_user_id [ad_conn user_id] } @@ -69,7 +69,7 @@ @param return_list if supplied a list of ns_sets otherwise it returns a multirow uses the multirow_name if given - @returns rows of content items below the parent_id + @return rows of content items below the parent_id with the following columns: template_id, name, live_revision, latest_revision, publish_status, content_type, storage_type, tree_sortkey, @@ -110,7 +110,7 @@ ad_proc -public bcms::template::get_cr_root_template_folder {} { gets the folder_id of the template root of cr - @returns the folder id of the root CR template + @return the folder id of the root CR template } { set template_root [db_exec_plsql get_template_root {}] return $template_root @@ -179,7 +179,7 @@ @param item_id item you want to get a template @param context the context of the template - @returns an array that contains properties of the template, if no + @return an array that contains properties of the template, if no template is found it returns a blank array. } { if ![info exists context] {