Index: trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/magicdefs.php	(revision 8119)
+++ trunk/MagicSoft/Mars/datacenter/db/magicdefs.php	(revision 8122)
@@ -270,5 +270,4 @@
      "Min(fZenithDistance)"             => "ZdMin",
      "Max(fZenithDistance)"             => "ZdMax",
-     "COUNT(*)"                         => "Sequence",
 //     "fArrTimeLimit"                    => "ArrTRms",
      "fArrTimeLimit"                    => "ArrTime",
@@ -300,4 +299,6 @@
      "fFailedCode"                      => "Err<br>Code",
      "fFailedCodeAdd"                   => "Code<br>Add",
+//     "COUNT(*)"                         => "# Runs",
+//     "COUNT(*)"                         => "Sequence",
     );
 
@@ -551,5 +552,5 @@
          "Min(fZenithDistance)"              => "'ZdMin'",
          "Max(fZenithDistance)"              => "'ZdMax'",
-         "COUNT(*)"                          => "'Sequence'",
+//         "COUNT(*)"                          => "'Sequence'",
          "fStartTime"                        => "fStartTime",
          "fFailedTime"                       => "fFailedTime",
@@ -563,4 +564,12 @@
     if (!empty($tables[$val]))
         $table=$tables[$val];
+    if ($val=="NumRuns")
+        $table="'# Runs'";
+    if ($val=="NumSequ")
+        $table="'# Sequ'";
+    if ($val=="NumDS")
+        $table="'# Datasets'";
+    if ($val=="NumDays")
+        $table="'# days'";
     return $table;
 }
