Ignore:
Timestamp:
05/14/07 16:49:24 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8477 r8512  
    282282    CheckBox("fUnsuitable50",        "Unsuitable (50%)");
    283283    CheckBox("fUnsuitable01",        "Unsuitable (1%)");
     284    CheckBox("fUnsuitableMax",       "Unsuitable (99.9%)");
     285    CheckBox("fDeadMax",             "DeadMax");
    284286
    285287    printf("  </tr><tr>\n");
     
    840842        $_GET["fUnsuitable01"]="Off";
    841843
     844    if (empty($_GET["fUnsuitableMax"]))
     845        $_GET["fUnsuitableMax"]="Off";
     846
     847    if (empty($_GET["fDeadMax"]))
     848        $_GET["fDeadMax"]="Off";
     849
    842850    if (empty($_GET["fIsolatedInner"]))
    843851        $_GET["fIsolatedInner"]="Off";
Note: See TracChangeset for help on using the changeset viewer.