Changeset 8512 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 05/14/07 16:49:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8477 r8512 282 282 CheckBox("fUnsuitable50", "Unsuitable (50%)"); 283 283 CheckBox("fUnsuitable01", "Unsuitable (1%)"); 284 CheckBox("fUnsuitableMax", "Unsuitable (99.9%)"); 285 CheckBox("fDeadMax", "DeadMax"); 284 286 285 287 printf(" </tr><tr>\n"); … … 840 842 $_GET["fUnsuitable01"]="Off"; 841 843 844 if (empty($_GET["fUnsuitableMax"])) 845 $_GET["fUnsuitableMax"]="Off"; 846 847 if (empty($_GET["fDeadMax"])) 848 $_GET["fDeadMax"]="Off"; 849 842 850 if (empty($_GET["fIsolatedInner"])) 843 851 $_GET["fIsolatedInner"]="Off";
Note:
See TracChangeset
for help on using the changeset viewer.