Parse error with Ubercart 2.1 - patch included. Just an additional } in the code on line 1453.

--- module/ubercart/trunk/uc_order/uc_order.module	(revision 3343)
+++ module/ubercart/trunk/uc_order/uc_order.module	(revision 3344)
@@ -1450,7 +1450,6 @@
     // the results are numeric before continuing.
     if (function_exists($function) && ($value = $function('total', $order, NULL)) && is_numeric($value)) {
         $total += $value;
-      }
     }
   }

Comments

caktux’s picture

I'm not crazy!! Yay!!!

agileware’s picture

Status: Active » Fixed

Fixed in 2.2 thanks for the quick turnaround.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.