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

Diff of /contributions/modules/simple_paypal/simple_paypal.install

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

revision 1.1, Wed Oct 1 21:59:37 2008 UTC revision 1.2, Thu Sep 24 17:11:38 2009 UTC
# Line 1  Line 1 
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();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2