Index: openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl,v diff -u -r1.7.2.5 -r1.7.2.6 --- openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 9 Jan 2005 21:59:52 -0000 1.7.2.5 +++ openacs-4/packages/acs-content-repository/tcl/content-item-procs.tcl 13 Jan 2005 23:39:19 -0000 1.7.2.6 @@ -62,10 +62,10 @@ @param title - title of content_revision to be created @param description of content_revision to be created @param text - text of content revision to be created - @param attributes - A list of pairs of additional attributes and + @param attributes - A list of lists ofpairs of additional attributes and their values to pass to the constructor. Each pair is a list of two elements: key => value such as - [list attribute value attribute value] + [list [list attribute value] [list attribute value]] @return item_id of the new content item