Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8193)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8194)
@@ -41,4 +41,8 @@
    * steps.rc:
      - added new column DataSetProcessStatus.fDataSetFileWritten
+
+   * datacenter/db/sequinfo-aio.php:
+     - changed init: fPSF, fMeanPedRmsInner and fLinks now switched on
+       by default
 
 
Index: /trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php	(revision 8193)
+++ /trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php	(revision 8194)
@@ -257,6 +257,15 @@
             $_GET["fInhomogeneity"]=$first?"On":"";
 
+        if (empty($_GET["fPSF"]))
+            $_GET["fPSF"]=$first?"On":"";
+
+        if (empty($_GET["fMeanPedRmsInner"]))
+            $_GET["fMeanPedRmsInner"]=$first?"On":"";
+
         if (empty($_GET["fOff"]))
             $_GET["fOff"]=$first?"On":"";
+
+        if (empty($_GET["fLinks"]))
+            $_GET["fLinks"]=$first?"On":"";
 
         if (empty($_GET["fOnlyOff"]))
