Index: views/draggableviews_plugin_style_draggabletable.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/draggableviews/views/draggableviews_plugin_style_draggabletable.inc,v
retrieving revision 1.1.2.6
diff -u -p -r1.1.2.6 draggableviews_plugin_style_draggabletable.inc
--- views/draggableviews_plugin_style_draggabletable.inc	21 Feb 2009 02:33:12 -0000	1.1.2.6
+++ views/draggableviews_plugin_style_draggabletable.inc	21 Feb 2009 15:29:02 -0000
@@ -1,5 +1,5 @@
 <?php
-// $Id: draggableviews_plugin_style_draggabletable.inc,v 1.1.2.6 2009/02/21 02:33:12 sevi Exp $
+// $Id: draggableviews_plugin_style_draggabletable.inc,v 1.1.2.3 2009/01/22 17:08:25 sevi Exp $
 
 /**
  * @file
@@ -47,7 +47,7 @@ class draggableviews_plugin_style_dragga
         $errors[] = t('Display "@display": Draggableviews: order field <i>@field</i> could not be found (..afterwards removed from Fields section?). Check your settings.', array('@display' => $this->display->display_title, '@field' => $field['field']));
       }
     }
-    if (!isset($handlers[$this->options['tabledrag_hierarchy']['field']])) {
+    if ($this->options['tabledrag_hierarchy']['field'] != 'none' && !isset($handlers[$this->options['tabledrag_hierarchy']['field']])) {
       $errors[] = t('Display "@display": Draggableviews: hierarchy field <i>@field</i> could not be found (..afterwards removed from Fields section?). Check your settings.', array('@display' => $this->display->display_title, '@field' => $this->options['tabledrag_hierarchy']['field']));
     }
 
