Index: uc_multi_stock.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_multi_stock/uc_multi_stock.module,v
retrieving revision 1.1.2.3.2.2
diff -u -p -r1.1.2.3.2.2 uc_multi_stock.module
--- uc_multi_stock.module	27 May 2009 14:33:17 -0000	1.1.2.3.2.2
+++ uc_multi_stock.module	27 Sep 2010 17:48:52 -0000
@@ -115,7 +115,7 @@ function uc_multi_stock_add_to_cart($nid
  *
  * Final check with the Inventory Manager before allowing purchase
  */
-function uc_multi_stock_order($op, &$order, $arg = null) {
+function uc_multi_stock_order($op, $order, $arg = null) {
   switch ($op) {
     case 'submit':
       $errors = array();
