Index: openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 22 Jun 2002 20:11:03 -0000 1.19 +++ openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 7 Jul 2002 01:07:10 -0000 1.20 @@ -69,7 +69,7 @@ select site_node.url(node_id) from site_nodes where parent_id = :current_node_id - and object_id= :package_id + and object_id = :package_id Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.151 -r1.152 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 5 Jul 2002 08:13:46 -0000 1.151 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 7 Jul 2002 01:07:10 -0000 1.152 @@ -317,7 +317,7 @@ This gets the relative URL for a package_id under a particular node_id } { if {[empty_string_p $current_node_id]} { - set current_node_id [site_node::get_node_id [ad_conn url]] + set current_node_id [site_node::get_node_id -url [ad_conn url]] } return [db_string select_node_url {} -default ""]