[geeklog-cvs] geeklog: Add uninstall code for new features in the XMLSitemap p...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Mar 13 13:23:30 EDT 2011


changeset 8158:b2d5627a9e7c
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b2d5627a9e7c
user: Rouslan Placella <rouslan at placella.com>
date: Sun Mar 13 17:22:55 2011 +0000
description:
Add uninstall code for new features in the XMLSitemap plugin.

diffstat:

 plugins/xmlsitemap/functions.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f8791d0911d1 -r b2d5627a9e7c plugins/xmlsitemap/functions.inc
--- a/plugins/xmlsitemap/functions.inc	Sat Mar 12 19:56:46 2011 -0500
+++ b/plugins/xmlsitemap/functions.inc	Sun Mar 13 17:22:55 2011 +0000
@@ -152,9 +152,11 @@
         /* give the name of the tables, without $_TABLES[] */
         'tables' => array(),
         /* give the full name of the group, as in the db */
-        'groups' => array(),
+        'groups' => array('XMLSitemap Admin'),
         /* give the full name of the feature, as in the db */
-        'features' => array(),
+        'features' => array('config.xmlsitemap.tab_main',
+                            'config.xmlsitemap.tab_pri',
+                            'config.xmlsitemap.tab_freq'),
         /* give the full name of the block, including 'phpblock_', etc */
         'php_blocks' => array(),
         /* give all vars with their name */



More information about the geeklog-cvs mailing list