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

Contents of /contributions/modules/frameprevention/frameprevention.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Jul 21 16:01:30 2008 UTC (16 months ago) by deekayen
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +12 -0 lines
File MIME type: text/x-php
upgrade to Drupal 6
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 *
7 * Clean up configuration variables.
8 */
9 function frameprevention_uninstall() {
10 variable_del('frameprevention_enabled');
11 variable_del('frameprevention_pages');
12 }

  ViewVC Help
Powered by ViewVC 1.1.2