? userpointscachetaxonomy.patch
Index: userpoints.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/userpoints/userpoints.module,v
retrieving revision 1.67.2.39
diff -u -p -r1.67.2.39 userpoints.module
--- userpoints.module	17 Feb 2009 15:21:23 -0000	1.67.2.39
+++ userpoints.module	19 Mar 2009 16:15:35 -0000
@@ -740,7 +740,7 @@ function _userpoints_update_cache(&$para
       return false;
   }
   if (!isset($params['tid'])) {
-    $params['tid'] = NULL;
+    $params['tid'] = 0;
   }
 
   // Calculate the current points based upon the tid
