Index: openacs-4/packages/acs-admin/www/apm/version-tag.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/Attic/version-tag.xql,v diff -u -N --- openacs-4/packages/acs-admin/www/apm/version-tag.xql 4 Oct 2008 20:12:51 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,44 +0,0 @@ - - - - - - select pretty_name, version_name - from apm_package_version_info - where version_id = :version_id - - - - - - - - select path from apm_package_files where version_id = :version_id order by path - - - - - - - - - update apm_package_versions - set tagged_p = 'f' - where version_id = :version_id - - - - - - - - - update apm_package_versions - set tagged_p = 't' - where version_id = :version_id - - - - - -