Index: trunk/ippTasks/diff.pro
===================================================================
--- trunk/ippTasks/diff.pro	(revision 13892)
+++ trunk/ippTasks/diff.pro	(revision 14042)
@@ -95,5 +95,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup diffSkyfile
   end
@@ -122,9 +122,9 @@
     if ($network == 0) break
     
-    # look for new images in diffSkyfile (state == NULL)
-    book getpage diffSkyfile 0 -var pageName -key state NULL
+    # look for new images in diffSkyfile (pantaskState == NULL)
+    book getpage diffSkyfile 0 -var pageName -key pantaskState NULL
     if ($pageName == NULL) break
 
-    book setword diffSkyfile $pageName state RUN
+    book setword diffSkyfile $pageName pantaskState RUN
     book getword diffSkyfile $pageName diff_id -var DIFF_ID
     book getword diffSkyfile $pageName workdir -var WORKDIR
@@ -175,5 +175,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword diffSkyfile $options:0 state TIMEOUT
+    book setword diffSkyfile $options:0 pantaskState TIMEOUT
   end
 end
