Changeset 7637
- Timestamp:
- 04/13/06 13:59:29 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7636 r7637 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2006/04/13 Daniel Hoehne 22 23 * datacenter/db/findoffdata.php: 24 - implemented query for the inhomogeneity 25 26 20 27 21 28 2006/04/12 Daniela Dorner, Daniel Hoehne -
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.