=== modified file 'uc_order/uc_order.order_pane.inc' --- uc_order/uc_order.order_pane.inc 2009-04-18 01:05:58 +0000 +++ uc_order/uc_order.order_pane.inc 2009-04-20 17:40:49 +0000 @@ -1038,7 +1038,7 @@ function op_admin_comments_view_table($c function _order_pane_list($view = 'view') { static $panes; - if (count($panes) > 0 && $action !== 'rebuild') { + if (count($panes) > 0 && $view !== 'rebuild') { return $panes; }