Author: peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory ny04.openforce.net:/tmp/cvs-serv7164
Modified Files:
apm-install-procs-oracle.xql apm-install-procs-postgresql.xql apm-install-procs.tcl
Log Message:
Fixing APM dependency bug. When installing new packages, the version comparison among the packages to install would use a simple Tcl comparison rather than the version_name_greater plsql proc (i.e. version 0.1a would be considered less than 0.1d). I changed to use the plsql proc instead