Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7636)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7637)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2006/04/13 Daniel Hoehne
+
+   * datacenter/db/findoffdata.php:
+     - implemented query for the inhomogeneity
+
+
 
  2006/04/12 Daniela Dorner, Daniel Hoehne
Index: trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7636)
+++ trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7637)
@@ -387,4 +387,7 @@
             $_GET["fMuonRate"]=$first?"On":"";
 
+        if (empty($_GET["fInhomogeneity"]))
+            $_GET["fInhomogeneity"]="Off";
+
         if (empty($_GET["fDataRate"]))
             $_GET["fDataRate"]=$first?"On":"";
@@ -476,4 +479,8 @@
         CheckBox("fDataRate",           "CleanedEvtRate");
 
+        printf("  </tr><tr>\n");
+
+        CheckBox("fInhomogeneity",      "Inhomogeneity");
+
         printf("  </tr>\n");
         printf(" </table>\n");
