Index: openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl,v diff -u -r1.58 -r1.59 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 21 May 2004 16:19:08 -0000 1.58 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 21 May 2004 17:03:03 -0000 1.59 @@ -694,9 +694,11 @@ Get the URL of any mounted instance of a package with the given package_key. If there is more than one mounted instance of a package, returns - the first URL. + the first URL. To see all of the mounted URLs, use the + site_node::get_children proc. @return a URL, or empty string if no instance of the package is mounted. + @see site_node::get_children } { if { [nsv_exists site_node_url_by_package_key $package_key] } { return [lindex [nsv_get site_node_url_by_package_key $package_key] 0]