| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |