Index: openacs-4/packages/static-pages/static-pages.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/static-pages/static-pages.info,v
diff -u -r1.19 -r1.20
--- openacs-4/packages/static-pages/static-pages.info	29 Apr 2004 14:25:45 -0000	1.19
+++ openacs-4/packages/static-pages/static-pages.info	12 Sep 2013 13:32:37 -0000	1.20
@@ -7,7 +7,7 @@
     <initial-install-p>f</initial-install-p>
     <singleton-p>f</singleton-p>
 
-    <version name="5.2.0d3" url="http://openacs.org/repository/download/apm/static-pages-5.2.0d3.apm">
+    <version name="5.2.0d4" url="http://openacs.org/repository/download/apm/static-pages-5.2.0d4.apm">
     <database-support>
         <database>oracle</database>
         <database>postgresql</database>
@@ -20,7 +20,7 @@
 
         <description format="text/plain">Static Pages loads the static content of a site from the filesystem into the database so that their contents are available to other packages, such as search and general-comments, and allows static content to be wrapped by the master template to provide persistent navigation.</description>
 
-        <provides url="static-pages" version="5.2.0d2"/>
+        <provides url="static-pages" version="5.2.0d4"/>
         <requires url="acs-content-repository" version="5.1.0d2"/>
         <requires url="acs-kernel" version="5.2.0d1"/>
         <requires url="acs-tcl" version="5.1.0d1"/>
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 -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	
 
                 );
 
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `openacs-4/packages/static-pages/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql'.
Fisheye: No comparison available.  Pass `N' to diff?