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

Contents of /contributions/modules/addtofavorites/addtofavorites.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Dec 8 01:46:44 2008 UTC (11 months, 2 weeks ago) by thierrygd
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, HEAD
Changes since 1.1: +19 -0 lines
File MIME type: text/x-php
no message
1 <?php
2 // $Id: addtofavorites.install,v 1.4 2007/05/19 16:25:04 thierrygd Exp $
3
4 // Copyright 2007 Thierry GUEGAN http://www.arvoriad.com
5
6
7 function addtofavorites_uninstall() {
8
9 variable_del('addtofavorites_block_title');
10 variable_del('addtofavorites_homepage');
11 variable_del('addtofavorites_homepage_OK');
12 variable_del('addtofavorites_icons');
13 variable_del('addtofavorites_links');
14 variable_del('addtofavorites_page');
15 variable_del('addtofavorites_page_OK');
16 variable_del('addtofavorites_site');
17 variable_del('addtofavorites_site_icon_OK');
18 variable_del('addtofavorites_site_OK');
19 }

  ViewVC Help
Powered by ViewVC 1.1.2