Index: openacs-4/contrib/packages/bcms/tcl/bcms-revision-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/bcms/tcl/bcms-revision-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/contrib/packages/bcms/tcl/bcms-revision-procs.tcl 27 Oct 2003 10:09:10 -0000 1.8 +++ openacs-4/contrib/packages/bcms/tcl/bcms-revision-procs.tcl 29 Oct 2003 15:03:46 -0000 1.9 @@ -35,8 +35,9 @@ @param content content of the revision @param creation_user_id user_id creating this item @param creation_user_ip ip address which this item is created - @param additional_properites a list of additional properties / columns to insert format: {property value ... property value} - {property:noquote value} will directly use what is value + @param additional_properites A list of properties / columns to insert format: { { property value } ... { property value } } + {property:noquote value} will directly use what is in value. + Use [list [list prop1 $val1] [list $prop2 $val2]] to generate. @returns revision_id of newly created revision } {