? checkall-node-user-reference-1.patch
Index: checkall.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/checkall/Attic/checkall.module,v
retrieving revision 1.2.2.8
diff -u -p -r1.2.2.8 checkall.module
--- checkall.module	14 Aug 2009 20:09:48 -0000	1.2.2.8
+++ checkall.module	19 Aug 2009 14:27:54 -0000
@@ -23,6 +23,8 @@ function checkall_form_alter(&$form, $fo
 function checkall_widget_settings_alter(&$settings, $op, $widget) {
   $widget_types = array(
     'optionwidgets_buttons',
+    'nodereference_buttons',
+    'userreference_buttons',  
   );
   if ((isset($widget['type']) && in_array($widget['type'], $widget_types)) || (isset($widget['widget_type']) && in_array($widget['widget_type'], $widget_types))) {
     switch ($op) {
