Index: openacs-4/packages/acs-admin/www/apm/version-files.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/version-files.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/acs-admin/www/apm/version-files.xql 27 Apr 2001 01:41:12 -0000 1.1 +++ openacs-4/packages/acs-admin/www/apm/version-files.xql 3 Jul 2002 10:06:16 -0000 1.2 @@ -11,25 +11,4 @@ - - - - select ftd.file_id, ftd.path, ftd.file_type, coalesce(ftd.pretty_name, 'Unknown type') as file_pretty_name, - ftd.db_type, coalesce(ftd.pretty_db_name, 'All') as db_pretty_name - from ((apm_package_files f left join apm_package_file_types t on (f.file_type = t.file_type_key)) - left join apm_package_db_types d on (f.db_type = d.db_type_key)) ftd - where ftd.version_id = :version_id - order by ftd.path - - - - - - - - - - - -