Index: uc_payflowpro.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/uc_payflowpro/uc_payflowpro.module,v
retrieving revision 1.2.2.31
diff -u -p -r1.2.2.31 uc_payflowpro.module
--- uc_payflowpro.module	26 Jan 2011 00:43:50 -0000	1.2.2.31
+++ uc_payflowpro.module	2 Feb 2011 22:53:37 -0000
@@ -575,7 +575,7 @@ function uc_payflowpro_ec_submit() {
   }
 
   // [ML] FIXME: this doesn't seem normal to be here..
-  $output = '<div style="border: solid 1px #bbb;">'. _cart_review_table(FALSE) .'</div>';
+  $output = '<div style="border: solid 1px #bbb;">'. theme('cart_review_table', FALSE) .'</div>';
   $output .= uc_order_pane_line_items('customer', $order);
   $output .= '<p>'. t("Your order is not complete until you click the 'Submit order' button below. Your PayPal account will be charged for the amount shown above once your order is placed. You will receive confirmation once your payment is complete.") .'</p>';
   $output .= drupal_get_form('uc_payflowpro_ec_submit_form');
