Changeset 8198
- Timestamp:
- 11/01/06 17:15:03 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8197 r8198 56 56 - changed menu label of fStartTime from StartTime to ProcessTime 57 57 to avoid confusions 58 59 * datacenter/db/menu.php, datacenter/db/magicdefs.php: 60 - removed fWobble (website was not working due to that) 58 61 59 62 -
trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
r8181 r8198 265 265 "fScaleFactor" => "Scale", 266 266 "fDataSetNumber" => "Data<br>Set#", 267 "fWobble" => "Wobble",268 267 "fComment" => "Comment", 269 268 "fExcessEvents*60/fEffOnTime" => "Exc<br>Rate", … … 538 537 "fGanymed" => "DataSetProcessStatus.fGanymed", 539 538 "fFillGanymed" => "DataSetProcessStatus.fFillGanymed", 540 "fWobble" => "DataSets.fWobble",541 539 "fComment" => "DataSets.fComment", 542 540 "fEvents" => "DataCheck.fEvents", -
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.