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

Contents of /contributions/modules/saveguard/saveguard.install

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


Revision 1.3 - (show annotations) (download) (as text)
Sat Aug 22 06:00:14 2009 UTC (3 months ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
Works on 7.x
1 <?php
2 // $Id: saveguard.install,v 1.2 2008/12/12 21:35:34 deekayen Exp $
3
4 /**
5 * Implement hook_uninstall().
6 */
7 function saveguard_uninstall() {
8 variable_del('saveguard_message');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2