? uc_node_checkout_views_relationship.patch Index: uc_node_checkout.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/uc_node_checkout/uc_node_checkout.module,v retrieving revision 1.8.2.4 diff -u -p -r1.8.2.4 uc_node_checkout.module --- uc_node_checkout.module 30 Jan 2009 16:59:04 -0000 1.8.2.4 +++ uc_node_checkout.module 19 Jun 2009 21:51:55 -0000 @@ -878,3 +878,11 @@ function uc_node_checkout_load_order_pro return $products[$order_product_id]; } +/** + * Implementation of hook_views_api(). + */ +function uc_node_checkout_views_api() { + return array( + 'api' => 2, + ); +}