Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7873)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7874)
@@ -46,4 +46,5 @@
      - implemented new algorithms for enhanced colour coding for limits 
        in PrintMagicTable()
+     - sort by first desc
 
    * datacenter/db/index-header.html:
Index: trunk/MagicSoft/Mars/datacenter/db/include.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/include.php	(revision 7873)
+++ trunk/MagicSoft/Mars/datacenter/db/include.php	(revision 7874)
@@ -423,11 +423,11 @@
                 $col = FindAlias($alias, $key);
 
-                $ord="%2B";
+                $ord="-";
                 $issort = "";
                 if (!empty($_GET["fSortBy"]) && substr($_GET["fSortBy"], 0, -1)==$col)
                 {
-                    if (substr($_GET["fSortBy"], -1)=="+")
+                    if (substr($_GET["fSortBy"], -1)=="-")
                     {
-                        $ord="-";
+                        $ord="+";
                         $issort="&nbsp;<IMG SRC='down.gif'>";
                     }
Index: trunk/MagicSoft/Mars/datacenter/db/index-header.html
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/index-header.html	(revision 7873)
+++ trunk/MagicSoft/Mars/datacenter/db/index-header.html	(revision 7874)
@@ -30,5 +30,5 @@
 <hr SIZE=1 NOSHADE WIDTH="80%">
 <A HREF="index.html">H</A>&nbsp;
-<A HREF="http://www.astro.uni-wuerzburg.de/~dorner/datacenter/index.html#db">Docu</A>&nbsp;
+<A HREF="http://www.astro.uni-wuerzburg.de/datacenter/index.html#db">Docu</A>&nbsp;
 Info:&nbsp;
 <A HREF="runinfo-aio.php">Run</A>&nbsp;
