/[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.3, Wed Oct 7 14:13:32 2009 UTC revision 1.4, Thu Oct 8 10:56:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_setcom.module,v 1.2 2009/10/07 10:47:08 maxheadroom Exp $  // $Id: uc_setcom.module,v 1.3 2009/10/07 14:13:32 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' => 'uc_setcom_completion_access',      'access callback' => array('uc_setcom_completion_access'),
24      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
25    );    );
26    return $items;    return $items;

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

  ViewVC Help
Powered by ViewVC 1.1.2