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.6 -r1.7 --- openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 4 Sep 2001 17:04:10 -0000 1.6 +++ openacs-4/packages/static-pages/tcl/static-pages-procs-postgresql.xql 19 Oct 2001 02:11:55 -0000 1.7 @@ -16,7 +16,7 @@ - select coalesce(content_item__get_id(:cumulative_path,:root_folder_id),0) + select coalesce(content_item__get_id(:cumulative_path,:root_folder_id,'f'),0) @@ -25,10 +25,15 @@ select static_page__new_folder ( + NULL, :directory, -- name :directory, -- label + 'Static pages folder', -- description :parent_folder_id, -- parent_id - 'Static pages folder' -- description + current_timestamp, + NULL, + NULL, + NULL );