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

Contents of /contributions/modules/uc_worldpay/uc_worldpay.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Oct 21 16:54:32 2008 UTC (13 months ago) by psynaptic
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial commit of UC Worldpay module originally coded by Hans Idink www.catorg.co.uk, with permission. This module aims to integrates the Worldpay payment services with Ubercart.
1 <?php
2 // $Id$
3
4 function uc_worldpay_uninstall() {
5 db_query("DELETE FROM {variable} WHERE name LIKE 'uc_worldpay%'");
6 }

  ViewVC Help
Powered by ViewVC 1.1.2