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

Contents of /contributions/modules/ziki/ziki.install

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


Revision 1.3 - (show annotations) (download) (as text)
Mon Nov 12 07:33:02 2007 UTC (2 years ago) by narno
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5
Changes since 1.2: +2 -1 lines
File MIME type: text/x-php
Dedicated page (in progress)
1 <?php
2 // $Id: ziki.install,v 1.2 2007/11/11 07:02:09 narno Exp $
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function ziki_uninstall() {
8 variable_del('ziki_cache_xml');
9 variable_del('ziki_profile_nickname');
10 variable_del('ziki_block_0_display_nickname');
11 }
12 ?>

  ViewVC Help
Powered by ViewVC 1.1.2