Changeset 7523 for trunk/MagicSoft


Ignore:
Timestamp:
02/24/06 11:42:00 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7522 r7523  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/02/24 Daniela Dorner
     21
     22   * datacenter/db/findoffdata.php:
     23     - added DT
     24
     25
     26
    2027 2006/02/23 Thomas Bretz
    2128
  • trunk/MagicSoft/Mars/datacenter/db/findoffdata.php

    r7509 r7523  
    311311            $_GET["fLightConditionsName"]=$first?"On":"";
    312312
     313        if (empty($_GET["fDiscriminatorThresholdTableName"]))
     314            $_GET["fDiscriminatorThresholdTableName"]="Off";
     315
    313316        if (empty($_GET["fStar"]))
    314317            $_GET["fStar"]="Off";
     
    478481        PrintPullDown($db, "LightConditions",             "fLightConditionsName",             "fLightConditionsKEY",             "Light Conditions");
    479482        printf("  </td><td>\n");
     483        PrintPullDown($db, "DiscriminatorThresholdTable", "fDiscriminatorThresholdTableName", "fDiscriminatorThresholdTableKEY", "DT Table");
     484        printf("  </td></tr><tr><td>\n");
    480485        PrintPullDown($db, "ManuallyChanged",             "fManuallyChangedName",             "fManuallyChangedKEY",             "Manually changed");
    481486        printf("  </td><td>\n");
Note: See TracChangeset for help on using the changeset viewer.