Index: openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql 13 Jan 2005 13:58:41 -0000 1.5 +++ openacs-4/packages/static-pages/sql/postgresql/static-page-pb.sql 12 Sep 2013 13:32:37 -0000 1.6 @@ -320,7 +320,7 @@ v_creation_date, -- creation_date p_creation_user, -- creation_user p_creation_ip, -- creation_ip - ''f'', -- secuity_inherit_p + ''f'' :: boolean, -- secuity_inherit_p v_package_id ); @@ -909,7 +909,7 @@ v_creation_date, -- creation_date p_creation_user, -- creation_user p_creation_ip, -- creation_ip - ''f'' -- secuity_inherit_p + ''f'' :: boolean -- secuity_inherit_p );