Index: openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 4 Jun 2006 00:45:47 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl 10 Jan 2007 21:22:12 -0000 1.12 @@ -41,7 +41,7 @@ get the package_id of package_key that is mounted directly under package_id. returns empty string if not found. } { - if {[empty_string_p $package_id]} { + if {$package_id eq ""} { if {[ad_conn isconnected]} { set package_id [ad_conn package_id] } else { @@ -64,7 +64,7 @@ -package_key $package_key ] - if {[empty_string_p $child_package_id]} { + if {$child_package_id eq ""} { return 0 } else { return 1