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

Contents of /contributions/modules/ec_eway/ec_eway.install

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


Revision 1.2 - (show annotations) (download) (as text)
Wed Oct 29 03:34:12 2008 UTC (12 months, 3 weeks ago) by gordon
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA3, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.1: +5 -5 lines
File MIME type: text/x-php
* Fix up all names
1 <?php
2 // $Id: ec_eway.install,v 1.1 2008/10/29 02:58:54 gordon Exp $
3
4 /**
5 * @file
6 * @author e-Commerce Dev Team
7 * Install and uninstall all required databases.
8 * Also do incremental database updates.
9 */
10
11 function ec_eway_uninstall() {
12 variable_del('ec_eway_clientid');
13 variable_del('ec_eway_url');
14 variable_del('ec_eway_thanks_url');
15 }

  ViewVC Help
Powered by ViewVC 1.1.2