Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8529)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8530)
@@ -18,4 +18,14 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2007/05/21 Daniel Hoehne
+
+   * datacenter/tools/resetdataset:
+     - re-implemented fAllFilesAvail=NULL
+
+   * datacenter/macros/fillstar.C:
+     - bugfix: for sparkrate='inf', now NULL is filled into the db
+
+
+
  2007/05/21 Daniela Dorner
 
Index: trunk/MagicSoft/Mars/datacenter/macros/fillstar.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8529)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillstar.C	(revision 8530)
@@ -210,4 +210,7 @@
 
     TString sparkrate = Form("%5.2f", numsparks/effon);
+
+    if (sparkrate.Contains("inf"))
+        sparkrate="NULL";
 
     TGraph *g = (TGraph*)arr.FindObjectInCanvas("Humidity", "TGraph", "MHWeather");
Index: trunk/MagicSoft/Mars/datacenter/tools/resetdataset
===================================================================
--- trunk/MagicSoft/Mars/datacenter/tools/resetdataset	(revision 8529)
+++ trunk/MagicSoft/Mars/datacenter/tools/resetdataset	(revision 8530)
@@ -124,5 +124,5 @@
    whereclause2=" WHERE fSequenceFirst IN ($seqon,$seqoff)"
 fi
-query3="UPDATE SequenceProcessStatus SET fCallisto=NULL, fStar=NULL "
+query3="UPDATE SequenceProcessStatus SET fAllFilesAvail=NULL, fCallisto=NULL, fStar=NULL "
 query3=$query3$statusreset$whereclause2
 
