| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 }
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 |