[geeklog-cvs] geeklog: bug fix

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Jan 26 15:53:51 EST 2010


changeset 7644:25a8200b0461
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/25a8200b0461
user: stan <yankees26an at gmail.com>
date: Sat Aug 01 18:49:17 2009 -0400
description:
bug fix

diffstat:

 sql/pgsql_tableanddata.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2c37fb20b878 -r 25a8200b0461 sql/pgsql_tableanddata.php
--- a/sql/pgsql_tableanddata.php	Fri Jul 24 16:34:20 2009 -0400
+++ b/sql/pgsql_tableanddata.php	Sat Aug 01 18:49:17 2009 -0400
@@ -618,6 +618,7 @@
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'webservices.atompub', 'May use Atompub Webservices (if restricted)', 1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'block.edit','Access to block editor',1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'topic.edit','Access to topic editor',1) ";
+$_DATA[] = "SELECT nextval('{$_TABLES['features']}_ft_id_seq')";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'plugin.edit','Can change plugin status',1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'group.edit','Ability to edit groups',1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES ((SELECT nextval('{$_TABLES['features']}_ft_id_seq')),'group.delete','Ability to delete groups',1) ";



More information about the geeklog-cvs mailing list