Index: usernode.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/usernode/usernode.module,v
retrieving revision 1.5.2.7
diff -u -r1.5.2.7 usernode.module
--- usernode.module	28 Mar 2007 15:45:27 -0000	1.5.2.7
+++ usernode.module	4 Feb 2008 18:17:58 -0000
@@ -427,6 +427,15 @@
     'name' => 'users',
     'provider' => 'internal', // won't show up in external list.
 
+    'join' => array(
+      'left' => array(
+        'table' => 'usernode',
+        'field' => 'uid'
+      ),
+      'right' => array(
+        'field' => 'uid'
+      ),
+    ),
     'fields' => array(
 
       'uid' => array(
