Index: openacs-4/contrib/packages/simulation/tcl/ui-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/simulation/tcl/Attic/ui-procs.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/contrib/packages/simulation/tcl/ui-procs.tcl 30 Jan 2004 11:17:16 -0000 1.4 +++ openacs-4/contrib/packages/simulation/tcl/ui-procs.tcl 30 Jan 2004 11:23:25 -0000 1.5 @@ -24,10 +24,6 @@ {label "Title"} {html {size 50}} } - {description:text(textarea),optional - {label "Description"} - {html {cols 60 rows 8}} - } } } @@ -65,7 +61,6 @@ item_id document_file title - description {entry_id {}} } { Does the document insertion in the DB. @@ -93,8 +88,7 @@ -item_id $item_id \ -title $title \ -content_type $content_type \ - -upload_file $document_file \ - -description $description] + -upload_file $document_file] bcms::revision::set_revision_status \ -revision_id $revision_id \