Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -r1.50.2.16 -r1.50.2.17 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 2 Sep 2014 12:56:15 -0000 1.50.2.16 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 8 Sep 2014 08:09:04 -0000 1.50.2.17 @@ -561,7 +561,7 @@ {-base_table "cr_revisions"} } { returns the SQL-query to select the CrItems of the specified object_type - @select_attributes attributes for the sql query to be retrieved, in addition + @param select_attributes attributes for the sql query to be retrieved, in addition to item_id, name, publish_status, object_type, and package_id which are always returned @param orderby for ordering the solution set @@ -1277,7 +1277,7 @@ {-base_table "cr_folders"} } { returns the SQL-query to select the CrItems of the specified object_type - @select_attributes attributes for the sql query to be retrieved, in addition + @param select_attributes attributes for the sql query to be retrieved, in addition to item_id, name, publish_status, object_type which are always returned @param orderby for ordering the solution set @param where_clause clause for restricting the answer set