/[drupal]/contributions/modules/site_map/site_map.install
ViewVC logotype

Contents of /contributions/modules/site_map/site_map.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Tue May 27 19:41:00 2008 UTC (18 months ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +2 -1 lines
File MIME type: text/x-php
Added missing argument to theme_feed_icon(), thanks dmoore. See issue #177918
1 <?php
2 // $Id: site_map.install,v 1.2 2007/09/26 14:13:37 frjo Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function site_map_uninstall() {
8 variable_del('site_map_message');
9 variable_del('site_map_show_front');
10 variable_del('site_map_show_blogs');
11 variable_del('site_map_show_books');
12 variable_del('site_map_show_menus');
13 variable_del('site_map_show_faq');
14 variable_del('site_map_show_vocabularies');
15 variable_del('site_map_books_expanded');
16 variable_del('site_map_show_count');
17 variable_del('site_map_categories_depth');
18 variable_del('site_map_show_rss_links');
19 variable_del('site_map_rss_depth');
20 }

  ViewVC Help
Powered by ViewVC 1.1.2