=== modified file 'uc_store/includes/uc_price.inc'
--- uc_store/includes/uc_price.inc	2009-08-17 21:21:34 +0000
+++ uc_store/includes/uc_price.inc	2009-10-28 15:38:47 +0000
@@ -255,7 +255,7 @@
       }
 
       if (isset($hook['options']) && is_array($hook['options'])) {
-        $handlers['options'] += $hook['options'];
+        $handlers['options'] = $hook['options'] + $handlers['options'];
       }
     }
   }
@@ -335,4 +335,3 @@
 
   return $output;
 }
-

