Index: resource_conflict.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/resource_conflict/resource_conflict.module,v
retrieving revision 1.8
diff -u -p -r1.8 resource_conflict.module
--- resource_conflict.module	30 May 2010 21:22:25 -0000	1.8
+++ resource_conflict.module	2 Jun 2010 23:04:44 -0000
@@ -23,8 +23,8 @@ function resource_conflict_nodeapi(&$nod
 
       if (strpos($date_field, 'field_', 0) === 0) {
         // Get the start and end Date of the current node
-        $start = $node->{$date_field}[0]['value'];
-        $end   = $node->{$date_field}[0]['value2'];
+        $start = $node->{$date_field}['value'];
+        $end   = $node->{$date_field}['value2'];
 
         // Get all conflicting Date nodes
         if (!empty($start) && !empty($end)) {
