/[drupal]/contributions/modules/lm_paypal/lm_paypal_paid_adverts.install
ViewVC logotype

Contents of /contributions/modules/lm_paypal/lm_paypal_paid_adverts.install

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


Revision 1.23 - (show annotations) (download) (as text)
Sun Oct 8 20:51:08 2006 UTC (3 years, 1 month ago) by leemcl
Branch: MAIN
CVS Tags: DRUPAL-5--1-0, DRUPAL-4-7--1-0, DRUPAL-4-7--1-1, HEAD
Branch point for: DRUPAL-5, DRUPAL-4-7, DRUPAL-6--1
Changes since 1.1: +1 -1 lines
File MIME type: text/x-php
Update version numbers to match originals
1 <?php
2
3 // $Id: lm_paypal_paid_adverts.install,v 1.1 2006/10/08 19:44:25 leemcl Exp $
4
5 /**
6 * @file
7 *
8 * Install or update the PayPal Paid Adverts interface.
9 *
10 * Lee McLoughlin <lee@lmmrtech.com>. Aug 2006
11 */
12
13 function lm_paypal_paid_adverts_install() {
14 }
15
16 function lm_paypal_paid_adverts_update_1() {
17 $items = array();
18 $items[] = update_sql("DROP TABLE {lm_paypal_paid_adverts}");
19 return $items;
20 }
21
22 ?>

  ViewVC Help
Powered by ViewVC 1.1.2