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.17.2.5 -r1.17.2.6 --- openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 5 Mar 2003 14:40:42 -0000 1.17.2.5 +++ openacs-4/packages/acs-tcl/tcl/site-nodes-procs.tcl 18 Mar 2003 16:02:02 -0000 1.17.2.6 @@ -440,10 +440,11 @@ @return The package id of the newly mounted package } { - return [site_node::instantiate_and_mount -parent_node_id $parent_node_id \ - -node_name $url_path_component - -package_name $instance_name \ - -package_key $package_key] + return [site_node::instantiate_and_mount \ + -parent_node_id $parent_node_id \ + -node_name $url_path_component \ + -package_name $instance_name \ + -package_key $package_key] } ad_proc -public site_map_unmount_application {