Ignore:
Timestamp:
05/08/07 14:34:24 (17 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8334 r8477  
    280280    printf("  </tr><tr>\n");
    281281
     282    CheckBox("fUnsuitable50",        "Unsuitable (50%)");
     283    CheckBox("fUnsuitable01",        "Unsuitable (1%)");
     284
     285    printf("  </tr><tr>\n");
     286
    282287    CheckBox("fIsolatedInner",       "Isolated inner");
    283288    CheckBox("fIsolatedOuter",       "Isolated outer");
     
    829834        $_GET["fUnsuitableInner"]="Off";
    830835
     836    if (empty($_GET["fUnsuitable50"]))
     837        $_GET["fUnsuitable50"]="Off";
     838
     839    if (empty($_GET["fUnsuitable01"]))
     840        $_GET["fUnsuitable01"]="Off";
     841
    831842    if (empty($_GET["fIsolatedInner"]))
    832843        $_GET["fIsolatedInner"]="Off";
Note: See TracChangeset for help on using the changeset viewer.