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

Contents of /contributions/modules/revisions_rss/revisions_rss.install

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Jan 21 21:29:18 2009 UTC (10 months ago) by alexj
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.1: +4 -14 lines
File MIME type: text/x-php
6.x-1.0 release
1 <?php
2 // $Id: revisions_rss.install,v 1.1 2008/03/04 23:54:46 alexj Exp $
3
4 /**
5 * @file
6 * Provides install and uninstall functions for revisions_rss.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function revisions_rss_uninstall() {
13 // Delete all the revision_rss variable.
14 variable_del('revision_rss_nodetypes');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2