[geeklog-cvs] geeklog: Missing word: "Ability _to_ use PHP in static pages"

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Jan 7 03:53:14 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/878c3258ab58
changeset: 6647:878c3258ab58
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 28 18:14:57 2008 +0100
description:
Missing word: "Ability _to_ use PHP in static pages"

diffstat:

3 files changed, 3 insertions(+), 3 deletions(-)
public_html/admin/plugins/staticpages/install.php |    2 +-
sql/mssql_tableanddata.php                        |    2 +-
sql/mysql_tableanddata.php                        |    2 +-

diffs (36 lines):

diff -r 75f54388c20b -r 878c3258ab58 public_html/admin/plugins/staticpages/install.php
--- a/public_html/admin/plugins/staticpages/install.php	Mon Dec 22 15:22:36 2008 +0100
+++ b/public_html/admin/plugins/staticpages/install.php	Sun Dec 28 18:14:57 2008 +0100
@@ -63,7 +63,7 @@
 $FEATURES = array();
 $FEATURES['staticpages.edit']    = 'Access to Static Pages editor';
 $FEATURES['staticpages.delete']  = 'Ability to delete static pages';
-$FEATURES['staticpages.PHP']     = 'Ability use PHP in static pages';
+$FEATURES['staticpages.PHP']     = 'Ability to use PHP in static pages';
 
 $MAPPINGS = array();
 $MAPPINGS['staticpages.edit']       = array ($pi_admin);
diff -r 75f54388c20b -r 878c3258ab58 sql/mssql_tableanddata.php
--- a/sql/mssql_tableanddata.php	Mon Dec 22 15:22:36 2008 +0100
+++ b/sql/mssql_tableanddata.php	Sun Dec 28 18:14:57 2008 +0100
@@ -1568,7 +1568,7 @@
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (18,'staticpages.delete','Ability to delete static pages',0)
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (19,'story.submit','May skip the story submission queue',1)
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (21,'calendar.submit','May skip the event submission queue',1)
-INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (22,'staticpages.PHP','Ability use PHP in static pages',0)
+INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (22,'staticpages.PHP','Ability to use PHP in static pages',0)
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (23,'spamx.admin', 'Full access to Spam-X plugin', 0)
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (24,'story.ping', 'Ability to send pings, pingbacks, or trackbacks for stories', 1)
 INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (3,'links.moderate','Ability to moderate pending links',0)
diff -r 75f54388c20b -r 878c3258ab58 sql/mysql_tableanddata.php
--- a/sql/mysql_tableanddata.php	Mon Dec 22 15:22:36 2008 +0100
+++ b/sql/mysql_tableanddata.php	Sun Dec 28 18:14:57 2008 +0100
@@ -840,7 +840,7 @@
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (19,'story.submit','May skip the story submission queue',1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (20,'links.submit','May skip the links submission queue',0) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (21,'calendar.submit','May skip the event submission queue',1) ";
-$_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (22,'staticpages.PHP','Ability use PHP in static pages',0) ";
+$_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (22,'staticpages.PHP','Ability to use PHP in static pages',0) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (23,'spamx.admin', 'Full access to Spam-X plugin', 0) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (24,'story.ping', 'Ability to send pings, pingbacks, or trackbacks for stories', 1) ";
 $_DATA[] = "INSERT INTO {$_TABLES['features']} (ft_id, ft_name, ft_descr, ft_gl_core) VALUES (25,'syndication.edit', 'Access to Content Syndication', 1) ";



More information about the geeklog-cvs mailing list