? .svn ? uc_donate/.svn Index: uc_donation.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/uc_donation/uc_donation.module,v retrieving revision 1.2.4.19 diff -u -p -r1.2.4.19 uc_donation.module --- uc_donation.module 13 Apr 2009 18:21:16 -0000 1.2.4.19 +++ uc_donation.module 21 Apr 2009 14:54:11 -0000 @@ -68,7 +68,7 @@ function uc_donation_theme() { * Implementation of hook_access(). */ function uc_donation_access($op, $node, $account){ - uc_product_access($op, $node, $account); + return uc_product_access($op, $node, $account); } /**