Index: /trunk/ippTasks/register.pro
===================================================================
--- /trunk/ippTasks/register.pro	(revision 30179)
+++ /trunk/ippTasks/register.pro	(revision 30180)
@@ -79,4 +79,22 @@
 macro register.revert.off
   task register.imfile.revert
+    active false
+  end
+end
+
+macro burntool.on
+  task register.burntool.load
+    active true
+  end
+  task register.burntool.run
+    active true
+  end
+end
+
+macro burntool.off
+  task register.burntool.load
+    active false
+  end
+  task register.burntool.run
     active false
   end
@@ -529,5 +547,5 @@
     $today = `date -u +%Y-%m-%d`
 # debugging purposes
-#    $today = "2010-12-06"
+#   $today = "2010-12-25"
     $run = $run -date $today -valid_burntool $valid_burntool_value
     if ($DB:n == 0)
