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

Contents of /contributions/modules/uc_atos/uc_atos.install

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


Revision 1.1 - (show annotations) (download) (as text)
Tue Nov 4 10:52:13 2008 UTC (12 months, 3 weeks ago) by zmove
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/x-php
Initial release for Drupal 6.x
1 <?php
2 // $Id$
3
4 /**
5 * Implementation of hook_uninstall().
6 */
7 function uc_atos_uninstall() {
8 variable_del('uc_atos_method_description');
9 variable_del('uc_atos_bank');
10 variable_del('uc_atos_language');
11 variable_del('uc_atos_method_description');
12 variable_del('uc_atos_api_version');
13 variable_del('uc_atos_api_pathfile');
14 variable_del('uc_atos_api_pathrequest');
15 variable_del('uc_atos_api_pathresponse');
16 }
17

  ViewVC Help
Powered by ViewVC 1.1.2