/[drupal]/contributions/sandbox/frjo/inline5/inline.install
ViewVC logotype

Contents of /contributions/sandbox/frjo/inline5/inline.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Jun 5 06:38:43 2007 UTC (2 years, 5 months ago) by frjo
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-php
First commit for my hacked version of the inline module for Drupal 5.
1 <?php
2 // $Id: inline.install,v 1.6 2006/09/01 07:40:08 frjo Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function inline_uninstall() {
8 variable_del('inline_img_dim');
9 variable_del('inline_link_img');
10 variable_del('inline_extra_style_1');
11 variable_del('inline_extra_style_2');
12 variable_del('inline_extra_style_3');
13 variable_del('inline_extra_style_4');
14 variable_del('inline_extra_style_5');
15 variable_del('inline_extra_style_6');
16 variable_del('inline_extra_style_7');
17 variable_del('inline_extra_style_default');
18 }

  ViewVC Help
Powered by ViewVC 1.1.2