Changeset 8194
- Timestamp:
- 11/01/06 16:08:37 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8193 r8194 41 41 * steps.rc: 42 42 - 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 43 47 44 48 -
trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
r8180 r8194 257 257 $_GET["fInhomogeneity"]=$first?"On":""; 258 258 259 if (empty($_GET["fPSF"])) 260 $_GET["fPSF"]=$first?"On":""; 261 262 if (empty($_GET["fMeanPedRmsInner"])) 263 $_GET["fMeanPedRmsInner"]=$first?"On":""; 264 259 265 if (empty($_GET["fOff"])) 260 266 $_GET["fOff"]=$first?"On":""; 267 268 if (empty($_GET["fLinks"])) 269 $_GET["fLinks"]=$first?"On":""; 261 270 262 271 if (empty($_GET["fOnlyOff"]))
Note:
See TracChangeset
for help on using the changeset viewer.