Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8849)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8850)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/02/01 Daniel Hoehne
+
+   * datacenter/db/runinfo-aio.php:
+     - fixed 'bug' with query. Now runs are displayed in ascending order
+
+
 
  2008/01/31 Thomas Bretz
Index: /trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 8849)
+++ /trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 8850)
@@ -184,5 +184,5 @@
         }
         else
-            $query0 .=" ORDER BY RunData.fRunNumber DESC";
+            $query0 .=" ORDER BY RunData.fRunNumber ASC";
 
         if (empty($_GET["fNumStart"]))
