Index: openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql,v diff -u -r1.8 -r1.9 --- openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 13 Aug 2002 12:33:53 -0000 1.8 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-oracle.xql 6 Sep 2002 12:02:27 -0000 1.9 @@ -8,8 +8,8 @@ begin :1 := static_page.new_folder ( - name => :directory, - label => :directory, + name => :cumulative_path, + label => :cumulative_path, parent_id => :parent_folder_id, description => 'Static pages folder' );