Index: openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql,v diff -u -r1.17.2.3 -r1.17.2.4 --- openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 16 Dec 2002 03:22:47 -0000 1.17.2.3 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 16 Dec 2002 07:48:12 -0000 1.17.2.4 @@ -176,4 +176,13 @@ + + +select site_node__url(min(node_id)) as url +from site_nodes +where object_id = :package_id + + + +