Changeset 7637 for trunk/MagicSoft/Mars/datacenter/db
- Timestamp:
- 04/13/06 13:59:29 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/findoffdata.php
r7547 r7637 387 387 $_GET["fMuonRate"]=$first?"On":""; 388 388 389 if (empty($_GET["fInhomogeneity"])) 390 $_GET["fInhomogeneity"]="Off"; 391 389 392 if (empty($_GET["fDataRate"])) 390 393 $_GET["fDataRate"]=$first?"On":""; … … 476 479 CheckBox("fDataRate", "CleanedEvtRate"); 477 480 481 printf(" </tr><tr>\n"); 482 483 CheckBox("fInhomogeneity", "Inhomogeneity"); 484 478 485 printf(" </tr>\n"); 479 486 printf(" </table>\n");
Note:
See TracChangeset
for help on using the changeset viewer.