Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.74.2.1 -r1.74.2.2 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 20 Nov 2006 20:00:13 -0000 1.74.2.1 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 22 Nov 2006 10:03:10 -0000 1.74.2.2 @@ -1004,11 +1004,10 @@ unmemoized version of apm_package_id_from_key } { return [db_string apm_package_id_from_key { - select package_id from apm_packages where package_key = :package_key + select package_id from apm_packages where package_key = :package_key } -default 0] } - # # package_id -> package_url #