[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/text_resize/ -> text_resize.install (source)

   1  <?php
   2  // $Id: text_resize.install,v 1.1.2.1 2009/03/10 03:25:16 attheshow Exp $
   3  
   4  /**
   5   * @file
   6   * This file handles uninstallation of Text Resize variables.
   7   */
   8  
   9  /**
  10   * Implementation of hook_uninstall().
  11   */
  12  function text_resize_uninstall() {
  13    db_query("DELETE FROM {variable} WHERE name LIKE 'text_resize_%'");
  14  }


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7