Ignore:
Timestamp:
02/26/07 13:05:10 (18 years ago)
Author:
hoehne
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r8333 r8334  
    328328    printf("  </tr><tr>\n");
    329329
     330    CheckBox("fSparkRate",      "SparkRate");
     331
     332    printf("  </tr><tr>\n");
     333
    330334    CheckBox("fEffOnTime",          "EffOnTime");
    331335    CheckBox("fEffOnTime/fRunTime", "RelOnTime");
     
    786790        $_GET["fDataRate"]="Off";
    787791
     792    if (empty($_GET["fSparkRate"]))
     793        $_GET["fSparkRate"]="Off";
     794
    788795    if (empty($_GET["fMaxHumidity"]))
    789796        $_GET["fMaxHumidity"]="Off";
Note: See TracChangeset for help on using the changeset viewer.