Index: openacs-4/packages/cms/tcl/form-procs.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs.xql,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/cms/tcl/form-procs.xql 29 Jul 2001 17:26:29 -0000 1.4
+++ openacs-4/packages/cms/tcl/form-procs.xql 29 Jul 2001 23:44:43 -0000 1.5
@@ -206,4 +206,43 @@
+
+
+
+ select mime_type from cr_revisions where revision_id = :revision_id_src
+
+
+
+
+
+
+
+ update cr_revisions
+ set mime_type = :mime_type
+ where revision_id = :revision_id_dest
+
+
+
+
+
+
+
+ select count(1)
+ from cr_items
+ where name = :name
+
+
+
+
+
+
+
+ select count(1)
+ from cr_items
+ where name = :name
+ and parent_id = :parent_id
+
+
+
+
\ No newline at end of file