Changeset 8198


Ignore:
Timestamp:
11/01/06 17:15:03 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8197 r8198  
    5656     - changed menu label of fStartTime from StartTime to ProcessTime
    5757       to avoid confusions
     58
     59   * datacenter/db/menu.php, datacenter/db/magicdefs.php:
     60     - removed fWobble (website was not working due to that)
    5861
    5962
  • trunk/MagicSoft/Mars/datacenter/db/magicdefs.php

    r8181 r8198  
    265265     "fScaleFactor"                     => "Scale",
    266266     "fDataSetNumber"                   => "Data<br>Set#",
    267      "fWobble"                          => "Wobble",
    268267     "fComment"                         => "Comment",
    269268     "fExcessEvents*60/fEffOnTime"      => "Exc<br>Rate",
     
    538537         "fGanymed"                          => "DataSetProcessStatus.fGanymed",
    539538         "fFillGanymed"                      => "DataSetProcessStatus.fFillGanymed",
    540          "fWobble"                           => "DataSets.fWobble",
    541539         "fComment"                          => "DataSets.fComment",
    542540         "fEvents"                           => "DataCheck.fEvents",
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r8196 r8198  
    351351    printf("  <tr>\n");
    352352
    353     CheckBox("fWobble",           "Wobble");
    354353    CheckBox("fComment",          "Comment");
    355354    CheckBox("fScaleFactor",      "Scale");
     
    897896        $_GET["fComment"]="Off";
    898897
    899     if (empty($_GET["fWobble"]))
    900         $_GET["fWobble"]="Off";
    901 
    902898    if (empty($_GET["fExcessEvents"]))
    903899        $_GET["fExcessEvents"]="Off";
Note: See TracChangeset for help on using the changeset viewer.