Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7522)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7523)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/02/24 Daniela Dorner
+
+   * datacenter/db/findoffdata.php: 
+     - added DT
+
+
+
  2006/02/23 Thomas Bretz
 
Index: /trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7522)
+++ /trunk/MagicSoft/Mars/datacenter/db/findoffdata.php	(revision 7523)
@@ -311,4 +311,7 @@
             $_GET["fLightConditionsName"]=$first?"On":"";
 
+        if (empty($_GET["fDiscriminatorThresholdTableName"]))
+            $_GET["fDiscriminatorThresholdTableName"]="Off";
+
         if (empty($_GET["fStar"]))
             $_GET["fStar"]="Off";
@@ -478,4 +481,6 @@
         PrintPullDown($db, "LightConditions",             "fLightConditionsName",             "fLightConditionsKEY",             "Light Conditions");
         printf("  </td><td>\n");
+        PrintPullDown($db, "DiscriminatorThresholdTable", "fDiscriminatorThresholdTableName", "fDiscriminatorThresholdTableKEY", "DT Table");
+        printf("  </td></tr><tr><td>\n");
         PrintPullDown($db, "ManuallyChanged",             "fManuallyChangedName",             "fManuallyChangedKEY",             "Manually changed");
         printf("  </td><td>\n");
