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

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

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

revision 1.6.2.57, Sun Oct 18 22:31:32 2009 UTC revision 1.6.2.58, Sat Oct 24 04:16:24 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ec_checkout.module,v 1.6.2.56 2009/10/18 14:18:21 davea Exp $0  // $Id: ec_checkout.module,v 1.6.2.57 2009/10/18 22:31:32 davea Exp $0
3    
4  /**  /**
5   * @file   * @file
# Line 493  function ec_checkout_get_function($type, Line 493  function ec_checkout_get_function($type,
493      if (isset($info->include) && file_exists($info->include)) {      if (isset($info->include) && file_exists($info->include)) {
494        include_once $info->include;        include_once $info->include;
495      }      }
   
496      $function = $info->module .'_checkout_'. $hook;      $function = $info->module .'_checkout_'. $hook;
497      if (function_exists($function)) {      if (function_exists($function)) {
498        return $function;        return $function;

Legend:
Removed from v.1.6.2.57  
changed lines
  Added in v.1.6.2.58

  ViewVC Help
Powered by ViewVC 1.1.2