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

Contents of /contributions/modules/mailbuild/mailbuild.install

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


Revision 1.2 - (show annotations) (download) (as text)
Fri May 16 00:44:38 2008 UTC (18 months, 1 week ago) by dragonwize
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +9 -0 lines
File MIME type: text/x-php
added variable deletion on uninstall
1 <?php
2 // $Id$
3
4 function mailbuild_uninstall() {
5 variable_del('mailbuild_apikey');
6 variable_del('mailbuild_service_url');
7 variable_del('mailbuild_nusoap_path');
8 variable_del('mailbuild_lists');
9 }

  ViewVC Help
Powered by ViewVC 1.1.2