Ignore:
Timestamp:
11/01/06 17:15:03 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8196 r8198  
    351351    printf("  <tr>\n");
    352352
    353     CheckBox("fWobble",           "Wobble");
    354353    CheckBox("fComment",          "Comment");
    355354    CheckBox("fScaleFactor",      "Scale");
     
    897896        $_GET["fComment"]="Off";
    898897
    899     if (empty($_GET["fWobble"]))
    900         $_GET["fWobble"]="Off";
    901 
    902898    if (empty($_GET["fExcessEvents"]))
    903899        $_GET["fExcessEvents"]="Off";
Note: See TracChangeset for help on using the changeset viewer.