Changeset 8198 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 11/01/06 17:15:03 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8196 r8198 351 351 printf(" <tr>\n"); 352 352 353 CheckBox("fWobble", "Wobble");354 353 CheckBox("fComment", "Comment"); 355 354 CheckBox("fScaleFactor", "Scale"); … … 897 896 $_GET["fComment"]="Off"; 898 897 899 if (empty($_GET["fWobble"]))900 $_GET["fWobble"]="Off";901 902 898 if (empty($_GET["fExcessEvents"])) 903 899 $_GET["fExcessEvents"]="Off";
Note:
See TracChangeset
for help on using the changeset viewer.