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

Contents of /contributions/modules/thickbox/thickbox.install

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


Revision 1.2 - (show annotations) (download) (as text)
Mon Aug 11 13:19:36 2008 UTC (15 months, 2 weeks ago) by frjo
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -1 lines
File MIME type: text/x-php
Removing old po folder.
1 <?php
2 // $Id: thickbox.install,v 1.1 2006/11/21 13:47:48 frjo Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function thickbox_uninstall() {
8 variable_del('thickbox_auto');
9 variable_del('thickbox_derivative');
10 variable_del('thickbox_imagefield_gallery');
11 variable_del('thickbox_login');
12 variable_del('thickbox_pages');
13 }

  ViewVC Help
Powered by ViewVC 1.1.2