Changeset 8194 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/01/06 16:08:37 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8193 r8194  
    4141   * steps.rc:
    4242     - added new column DataSetProcessStatus.fDataSetFileWritten
     43
     44   * datacenter/db/sequinfo-aio.php:
     45     - changed init: fPSF, fMeanPedRmsInner and fLinks now switched on
     46       by default
    4347
    4448
  • trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php

    r8180 r8194  
    257257            $_GET["fInhomogeneity"]=$first?"On":"";
    258258
     259        if (empty($_GET["fPSF"]))
     260            $_GET["fPSF"]=$first?"On":"";
     261
     262        if (empty($_GET["fMeanPedRmsInner"]))
     263            $_GET["fMeanPedRmsInner"]=$first?"On":"";
     264
    259265        if (empty($_GET["fOff"]))
    260266            $_GET["fOff"]=$first?"On":"";
     267
     268        if (empty($_GET["fLinks"]))
     269            $_GET["fLinks"]=$first?"On":"";
    261270
    262271        if (empty($_GET["fOnlyOff"]))
Note: See TracChangeset for help on using the changeset viewer.