Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9111)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9112)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2008/08/08 Daniela Dorner
+
+   * datacenter/db/magicdefs.php:
+     - fixed sorting for sequences
+
+
 
  2008/08/07 Daniela Dorner
Index: /trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
===================================================================
--- /trunk/MagicSoft/Mars/datacenter/db/magicdefs.php	(revision 9111)
+++ /trunk/MagicSoft/Mars/datacenter/db/magicdefs.php	(revision 9112)
@@ -673,5 +673,5 @@
         $table="'Tel:Run/File'";
     if ($val=="Tel:Sequ")
-        $table="'Tel:Sequ'";
+        $table="CONCAT('M', Sequences.fTelescopeNumber, ':', LPAD(Sequences.fSequenceFirst, 8, '0'))";
     if ($val=="NumRuns")
         $table="'# Runs'";
