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

Contents of /contributions/modules/urllist/urllist.install

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


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 15 16:16:25 2008 UTC (21 months, 1 week ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-7--1-0-ALPHA1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
finish Drupal 6 support; code style fixes based on suggestions from coder module
1 <?php
2 // $Id:$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function urllist_uninstall() {
8 variable_del('urllist_logacc');
9 variable_del('urllist_yahoo_submit');
10 variable_del('urllist_yahoo_cron_submit');
11 variable_del('urllist_yahoo_rss_submit');
12 variable_del('urllist_yahoo_appid');
13 variable_del('urllist_yahoo_auth_link');
14 variable_del('urllist_yahoo_auth_content');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2