| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: simple_paypal.install,v 1.1 2008/10/01 21:59:37 kbahey Exp $ |
| 3 |
|
|
| 4 |
|
|
| 5 |
|
/** |
| 6 |
|
* @file |
| 7 |
|
* Install, update and uninstall functions for the simple_paypal module. |
| 8 |
|
*/ |
| 9 |
|
|
| 10 |
|
|
| 11 |
/** |
/** |
| 12 |
* Check that the cURL extension exists for PHP. |
* Implement hook_requirements(). |
| 13 |
*/ |
* |
| 14 |
|
* Check that the cURL extension exists for PHP. |
| 15 |
|
*/ |
| 16 |
function simple_paypal_requirements($phase) { |
function simple_paypal_requirements($phase) { |
| 17 |
$requirements = array(); |
$requirements = array(); |
| 18 |
$t = get_t(); |
$t = get_t(); |