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

Contents of /contributions/modules/avatar_gallery/avatar_gallery.install

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


Revision 1.2 - (show annotations) (download) (as text)
Sat Dec 30 04:07:54 2006 UTC (2 years, 10 months ago) by davidlesieur
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
File MIME type: text/x-php
Remove variables from cache after cleaning up the module
1 <?php
2
3 /**
4 * Implementation of hook_uninstall().
5 */
6 function avatar_gallery_uninstall() {
7 db_query("DELETE FROM {variable} WHERE name LIKE 'avatar_gallery_%'");
8 cache_clear_all('variables', 'cache');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2