Index: openacs-4/packages/static-pages/sql/postgresql/static-pages-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/sql/postgresql/static-pages-create.sql,v diff -u -r1.10 -r1.11 --- openacs-4/packages/static-pages/sql/postgresql/static-pages-create.sql 24 Oct 2001 01:10:30 -0000 1.10 +++ openacs-4/packages/static-pages/sql/postgresql/static-pages-create.sql 26 Oct 2001 03:31:29 -0000 1.11 @@ -310,7 +310,7 @@ v_storage_type, -- storage_type FALSE, -- security_inherit_p ''STATIC_PAGES'', -- storage_area_key - ''static_page'', -- item subtype + ''content_item'', -- item subtype ''static_page'' -- content_type );