| 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 |
| 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; |