[geeklog-cvs] geeklog: Bah - fixed fresh install

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Dec 19 16:58:37 EST 2009


changeset 7535:4ac1cf8af252
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4ac1cf8af252
user: Dirk Haun <dirk at haun-online.de>
date: Sat Dec 19 22:43:45 2009 +0100
description:
Bah - fixed fresh install

diffstat:

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

diffs (23 lines):

diff -r b42baffd0217 -r 4ac1cf8af252 plugins/staticpages/install_defaults.php
--- a/plugins/staticpages/install_defaults.php	Sat Dec 19 20:11:51 2009 +0100
+++ b/plugins/staticpages/install_defaults.php	Sat Dec 19 22:43:45 2009 +0100
@@ -187,7 +187,7 @@
                 0, 0, 0, 120, true, 'staticpages');
         $c->add('comment_code', $_SP_DEFAULT['comment_code'], 'select',
                 0, 0, 17, 125, true, 'staticpages');
-        $c->add('comment_code', $_SP_DEFAULT['draft_flag'], 'select',
+        $c->add('draft_flag', $_SP_DEFAULT['draft_flag'], 'select',
                 0, 0, 0, 127, true, 'staticpages');
 
         $c->add('fs_whatsnew', NULL, 'fieldset',
diff -r b42baffd0217 -r 4ac1cf8af252 plugins/staticpages/sql/mysql_install.php
--- a/plugins/staticpages/sql/mysql_install.php	Sat Dec 19 20:11:51 2009 +0100
+++ b/plugins/staticpages/sql/mysql_install.php	Sat Dec 19 22:43:45 2009 +0100
@@ -64,7 +64,6 @@
   sp_inblock tinyint(1) unsigned default '1',
   postmode varchar(16) NOT NULL default 'html',
   PRIMARY KEY  (sp_id),
-  KEY staticpage_sp_uid (sp_uid),
   KEY staticpage_sp_date (sp_date),
   KEY staticpage_sp_onmenu (sp_onmenu),
   KEY staticpage_sp_centerblock (sp_centerblock),



More information about the geeklog-cvs mailing list