[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

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

   1  <?php
   2  // $Id: blockcache_alter.install,v 1.1.2.5 2009/04/12 11:51:01 swentel Exp $
   3  
   4  /**
   5   * @file
   6   * Install file.
   7   */
   8  
   9  /**
  10   * Implementation of hook_uninstall().
  11   */
  12  function blockcache_alter_uninstall() {
  13    db_query("DELETE FROM {variable} WHERE name LIKE 'bc_%'");
  14    variable_del('bca_debug');
  15    variable_del('bca_corepatch');
  16  }


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