[geeklog-cvs] geeklog: more fixes

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jan 30 03:39:59 EST 2010


changeset 7676:109f4bc9d010
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/109f4bc9d010
user: stan
date: Tue Jan 26 19:40:19 2010 -0500
description:
more fixes

diffstat:

 plugins/staticpages/sql/pgsql_install.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 94498b8e1dc7 -r 109f4bc9d010 plugins/staticpages/sql/pgsql_install.php
--- a/plugins/staticpages/sql/pgsql_install.php	Tue Jan 26 17:54:41 2010 -0500
+++ b/plugins/staticpages/sql/pgsql_install.php	Tue Jan 26 19:40:19 2010 -0500
@@ -42,7 +42,7 @@
   sp_format varchar(20) NOT NULL default '',
   sp_onmenu int NOT NULL default '0',
   sp_label varchar(64) default NULL,
-  draft_flag int unsigned default '0',
+  draft_flag int default '0',
   commentcode int NOT NULL default '0',
   owner_id int NOT NULL default '1',
   group_id int NOT NULL default '1',



More information about the geeklog-cvs mailing list