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

Contents of /contributions/modules/poormanscron/poormanscron.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Sep 29 22:28:04 2009 UTC (7 weeks, 6 days ago) by davereid
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2
Changes since 1.1: +10 -0 lines
File MIME type: text/x-php
by Dave Reid: Merging DRUPAL-6--1 branch into HEAD in preparation for the new DRUPAL-6--2 branch.
1 <?php
2 // $Id: poormanscron.install,v 1.1.2.1 2008/02/11 07:28:14 robloach Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function poormanscron_uninstall() {
8 db_query("DELETE FROM {variable} WHERE name LIKE 'poormanscron_%'");
9 cache_clear_all('variables', 'cache');
10 }

  ViewVC Help
Powered by ViewVC 1.1.2