Changeset 7637 for trunk


Ignore:
Timestamp:
04/13/06 13:59:29 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7636 r7637  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2006/04/13 Daniel Hoehne
     22
     23   * datacenter/db/findoffdata.php:
     24     - implemented query for the inhomogeneity
     25
     26
    2027
    2128 2006/04/12 Daniela Dorner, Daniel Hoehne
  • trunk/MagicSoft/Mars/datacenter/db/findoffdata.php

    r7547 r7637  
    387387            $_GET["fMuonRate"]=$first?"On":"";
    388388
     389        if (empty($_GET["fInhomogeneity"]))
     390            $_GET["fInhomogeneity"]="Off";
     391
    389392        if (empty($_GET["fDataRate"]))
    390393            $_GET["fDataRate"]=$first?"On":"";
     
    476479        CheckBox("fDataRate",           "CleanedEvtRate");
    477480
     481        printf("  </tr><tr>\n");
     482
     483        CheckBox("fInhomogeneity",      "Inhomogeneity");
     484
    478485        printf("  </tr>\n");
    479486        printf(" </table>\n");
Note: See TracChangeset for help on using the changeset viewer.