Index: openacs-4/packages/cms/tcl/form-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs-oracle.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/tcl/form-procs-oracle.xql 12 Jul 2001 00:19:27 -0000 1.2 +++ openacs-4/packages/cms/tcl/form-procs-oracle.xql 12 Jul 2001 06:37:26 -0000 1.3 @@ -162,21 +162,81 @@ - + + $param => :$param + + - and $extra_where + + + $param => $defArray($param) + + + + + relation_tag => :relation_tag - + + begin + :item_id := content_item.new( [join $params ","] ); + end; + + - order by - types.inherit_level desc + + + update cr_revisions + set content = empty_blob() where revision_id = :revision_id + returning content into :1 + + + + + + + to_date(:$name, 'YYYY MM DD HH24 MI SS') + + + + + + select + relation_tag as label, relation_tag as value + from + cr_type_children c + where + content_item.is_subclass(:parent_type, c.parent_type) = 't' + and + content_item.is_subclass(:content_type, c.child_type) = 't' + and + content_item.is_valid_child(:parent_id, c.child_type) = 't' + + + + + + + + select content_item.get_title(:parent_id) from dual + + + + + + + + to_char($attr, 'YYYY MM DD HH24 MI SS') as $attr + + + + \ No newline at end of file