Index: branches/czw_branch/20101203/ippTasks/register.pro
===================================================================
--- branches/czw_branch/20101203/ippTasks/register.pro	(revision 29908)
+++ branches/czw_branch/20101203/ippTasks/register.pro	(revision 29982)
@@ -64,4 +64,6 @@
   end
 end
+
+$valid_burntool_value = 14
 
 macro replace.survey.values
@@ -144,4 +146,5 @@
 # these variables will cycle through the known database names
 $regPendingImfile_DB = 0
+$regPendingBurntoolImfile_DB = 0
 $regPendingExp_DB = 0
 
@@ -461,4 +464,8 @@
   task.exec
     $run = regtool -pendingburntoolimfile
+    $today = `date -u +%Y-%m-%d`
+# debugging purposes
+    $today = "2010-12-06"
+    $run = $run -date $today -valid_burntool $valid_burntool_value
     if ($DB:n == 0)
       option DEFAULT
@@ -471,6 +478,5 @@
     end
 
-    $today = `date +%Y-%m-%d`
-    $run = $run -date $today -valid_burntool $valid_burntool_value
+    echo $run
     add_poll_args run
     command $run
