Index: openacs-4/packages/cms/tcl/form-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs-postgresql.xql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/cms/tcl/form-procs-postgresql.xql 17 Aug 2001 02:53:47 -0000 1.10 +++ openacs-4/packages/cms/tcl/form-procs-postgresql.xql 17 Aug 2001 04:31:38 -0000 1.11 @@ -160,29 +160,27 @@ - - - :$param - + + - - - - - $defArray($param) - - - - - -null - - - - - - select content_item__new( [join $params ","] ) as item_id - + select content_item__new(:name, + :parent_id, + :item_id, + :locale, + now(), + [User::getID], + null, + '[ns_conn peeraddr]', + 'content_item', + :content_type, + null, + null, + 'text/plain', + null, + null, + :storage_type) + +