Parent Directory
|
Revision Log
|
Revision Graph
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 |