/[drupal]/contributions/modules/ubercart/uc_order/uc_order.module
ViewVC logotype

Diff of /contributions/modules/ubercart/uc_order/uc_order.module

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

revision 1.12.2.35 by islandusurper, Wed Nov 18 21:08:06 2009 UTC revision 1.12.2.36 by islandusurper, Wed Nov 18 22:24:02 2009 UTC
# Line 1449  function uc_order_get_total($order, $pro Line 1449  function uc_order_get_total($order, $pro
1449      // unknowingly implemented (see date_order() in date_api.module), we verify      // unknowingly implemented (see date_order() in date_api.module), we verify
1450      // the results are numeric before continuing.      // the results are numeric before continuing.
1451      if (function_exists($function) && ($value = $function('total', $order, NULL)) && is_numeric($value)) {      if (function_exists($function) && ($value = $function('total', $order, NULL)) && is_numeric($value)) {
1452          $total += $value;        $total += $value;
       }  
1453      }      }
1454    }    }
1455    

Legend:
Removed from v.1.12.2.35  
changed lines
  Added in v.1.12.2.36

  ViewVC Help
Powered by ViewVC 1.1.3