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

Contents of /contributions/modules/zws/zws.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Oct 28 21:44:00 2008 UTC (12 months, 4 weeks ago) by yaph
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-UNSTABLE1, HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Initial commit of the Zanox Web Services API module
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * Install and uninstall functions.
7 */
8
9 /**
10 * Implementation of hook_uninstall().
11 */
12 function zws_uninstall() {
13 variable_del('zws_application_id');
14 variable_del('zws_shared_key');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2