Index: openacs-4/packages/acs-tcl/tcl/apm-file-procs.xql
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-file-procs.xql,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-tcl/tcl/apm-file-procs.xql 4 May 2001 06:04:28 -0000 1.3
+++ openacs-4/packages/acs-tcl/tcl/apm-file-procs.xql 10 Mar 2003 19:59:04 -0000 1.4
@@ -50,49 +50,5 @@
select package_key from apm_package_version_info where version_id = :version_id
-
-
-
-
- select version_id from apm_package_files
- where file_id = :file_id
-
-
-
-
-
-
-
-
- select package_key from apm_package_versions
- where version_id = :version_id
-
-
-
-
-
-
-
-
- select f.file_id, f.path
- from apm_package_files f
- where f.version_id = :version_id
- order by path
-
-
-
-
-
-
-
-
- select path from apm_package_files
- where version_id = :version_id
- $type_sql $db_type_sql order by path
-
-
-
-
-