/[drupal]/contributions/modules/ecommerce/ec_store/ec_store.module
ViewVC logotype

Diff of /contributions/modules/ecommerce/ec_store/ec_store.module

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

revision 1.12.2.64, Sat Jul 4 06:09:48 2009 UTC revision 1.12.2.65, Tue Oct 20 02:55:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_store.module,v 1.12.2.63 2009/07/03 23:54:50 recidive Exp $  // $Id: ec_store.module,v 1.12.2.64 2009/07/04 06:09:48 recidive Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 265  function ec_store_link($type, $object = Line 265  function ec_store_link($type, $object =
265        $links['ec_store_transactions'] = array(        $links['ec_store_transactions'] = array(
266          'href' => 'admin/store/transaction',          'href' => 'admin/store/transaction',
267          'title' => t('View transactions'),          'title' => t('View transactions'),
268          'query' => 'erid='. $receipt->erid,          'query' => 'txnid='. $receipt->erid,
269        );        );
270      }      }
271    }    }

Legend:
Removed from v.1.12.2.64  
changed lines
  Added in v.1.12.2.65

  ViewVC Help
Powered by ViewVC 1.1.2