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

Contents of /contributions/modules/jtooltips/jtooltips.install

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


Revision 1.2 - (show annotations) (download) (as text)
Tue Nov 20 09:48:04 2007 UTC (2 years ago) by psicomante
Branch: MAIN
CVS Tags: DRUPAL-6--1-8, DRUPAL-6--1-9, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +10 -0 lines
File MIME type: text/x-php
Initial release for Drupal 6.x

Patch provided by <a href="http://drupal.org/user/972">deekayen</a>, <a href="http://drupal.org/node/192231">#192231</a>
1 <?php
2 // $Id: jtooltips.install,v 1.1.2.2 2007/05/22 17:49:19 psicomante Exp $
3 /**
4 * Implementation of hook_uninstall().
5 */
6 function jtooltips_uninstall() {
7 variable_del('jtooltips_jstiptype');
8 variable_del('jtooltips_javascript');
9 }
10 ?>

  ViewVC Help
Powered by ViewVC 1.1.2