Index: trunk/ippTasks/register.pro
===================================================================
--- trunk/ippTasks/register.pro	(revision 14041)
+++ trunk/ippTasks/register.pro	(revision 14042)
@@ -105,5 +105,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup regPendingImfile
   end
@@ -132,8 +132,8 @@
     
     # look for new images in regPendingImfile
-    book getpage regPendingImfile 0 -var pageName -key state NULL
+    book getpage regPendingImfile 0 -var pageName -key pantaskState NULL
     if ($pageName == NULL) break
 
-    book setword regPendingImfile $pageName state RUN
+    book setword regPendingImfile $pageName pantaskState RUN
 
     book getword regPendingImfile $pageName exp_id -var EXP_ID
@@ -183,5 +183,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword regPendingImfile $options:0 state TIMEOUT
+    book setword regPendingImfile $options:0 pantaskState TIMEOUT
   end
 end
@@ -219,5 +219,5 @@
     end
 
-    # delete existing entries in the appropriate states
+    # delete existing entries in the appropriate pantaskStates
     process_cleanup regPendingExp
   end
@@ -245,9 +245,9 @@
     if ($network == 0) break
     
-    # look for new images in regPendingExp (state == NULL)
-    book getpage regPendingExp 0 -var pageName -key state NULL
+    # look for new images in regPendingExp (pantaskState == NULL)
+    book getpage regPendingExp 0 -var pageName -key pantaskState NULL
     if ($pageName == NULL) break
 
-    book setword regPendingExp $pageName state RUN
+    book setword regPendingExp $pageName pantaskState RUN
     book getword regPendingExp $pageName exp_id -var EXP_ID
     book getword regPendingExp $pageName tmp_exp_name -var TMP_EXP_NAME
@@ -294,5 +294,5 @@
   task.exit    timeout
     showcommand timeout
-    book setword regPendingExp $options:0 state TIMEOUT
+    book setword regPendingExp $options:0 pantaskState TIMEOUT
   end
 end
