/[drupal]/contributions/modules/uc_setcom/uc_setcom.module
ViewVC logotype

Diff of /contributions/modules/uc_setcom/uc_setcom.module

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

revision 1.4, Thu Oct 8 10:56:23 2009 UTC revision 1.5, Thu Oct 8 12:44:56 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_setcom.module,v 1.3 2009/10/07 14:13:32 maxheadroom Exp $  // $Id: uc_setcom.module,v 1.4 2009/10/08 10:56:23 maxheadroom Exp $
3    
4  /**  /**
5  * @file  * @file
# Line 20  function uc_setcom_menu() { Line 20  function uc_setcom_menu() {
20    $items['cart/setcom/complete'] = array(    $items['cart/setcom/complete'] = array(
21      'title' => 'Setcom transaction result',      'title' => 'Setcom transaction result',
22      'page callback' => 'uc_setcom_complete',      'page callback' => 'uc_setcom_complete',
23      'access callback' => array('uc_setcom_completion_access'),      'access callback' => TRUE,
24      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
25    );    );
26    return $items;    return $items;
27  }  }
28    
 function uc_setcom_completion_access() {  
   return TRUE;  
 }  
29  /**  /**
30  * Implementation of hook_form_alter().  * Implementation of hook_form_alter().
31  */  */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2