Index: openacs-4/packages/acs-tcl/tcl/site-node-apm-integration.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/Attic/site-node-apm-integration.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/acs-tcl/tcl/site-node-apm-integration.tcl 11 Jul 2002 00:38:01 -0000 1.1 +++ openacs-4/packages/acs-tcl/tcl/site-node-apm-integration.tcl 11 Jul 2002 00:43:41 -0000 1.2 @@ -32,7 +32,7 @@ Returns 1 if there exists a child package with the given package_key, or 0 if not. } { - set child_package_id [site_nodes::get_child_package_id \ + set child_package_id [get_child_package_id \ -package_id $package_id \ -package_key $package_key ] @@ -43,4 +43,5 @@ return 1 } } + }