apm_disable_version

one of the documented procedures in this installation of the ACS
Usage:
apm_disable_version   version_id
What it does:
Disables a version of a package.
Defined in: /web/philip/packages/acs-core/apm-procs.tcl

Source code:


    db_dml "update apm_package_versions set enabled_p = 'f' where version_id = $version_id"


philg@mit.edu