Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 14095)
+++ trunk/ippTasks/chip.pro	(revision 14153)
@@ -81,5 +81,5 @@
   task.exit    0
     # convert 'stdout' to book format
-    ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0
+    ipptool2book stdout chipPendingImfile -key chip_id:class_id -uniq -setword dbname $options:0 -setword pantaskState INIT
     if ($VERBOSE > 2)
       book listbook chipPendingImfile
@@ -112,6 +112,6 @@
     if ($network == 0) break
     
-    # look for new images in chipPendingImfile (pantaskState == NULL)
-    book getpage chipPendingImfile 0 -var pageName -key pantaskState NULL
+    # look for new images in chipPendingImfile (pantaskState == INIT)
+    book getpage chipPendingImfile 0 -var pageName -key pantaskState INIT
     if ($pageName == NULL) break
 
