Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8043)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8044)
@@ -23,4 +23,7 @@
      - included 'only offdata' and 'incl. offdata' checkbox for 
        sequenceinfo
+
+   * datacenter/db/runinfo.php, datacenter/db/runinfo-aio.php:
+     - changed name of column for case of group-by
 
    * datacenter/db/index.html:
Index: trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 8043)
+++ trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php	(revision 8044)
@@ -32,5 +32,5 @@
             $query0 .= " Min(fZenithDistance) as '" . $alias["Min(fZenithDistance)"] . "', ";
             $query0 .= " Max(fZenithDistance) as '" . $alias["Max(fZenithDistance)"] . "', ";
-            $query0 .= " COUNT(*) as 'Runs#' ";
+            $query0 .= " COUNT(*) as '# Runs' ";
         }
         else
@@ -43,5 +43,5 @@
 //                        $query0 .= " (if(IsNull(" . $key . "), 'not done' ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $alias[$key] . "', ";
 
-                $query0 .= " count(*) as 'Run#'";
+                $query0 .= " count(*) as '# Run'";
 
             }
Index: trunk/MagicSoft/Mars/datacenter/db/runinfo.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/runinfo.php	(revision 8043)
+++ trunk/MagicSoft/Mars/datacenter/db/runinfo.php	(revision 8044)
@@ -32,5 +32,5 @@
             $query0 .= " Min(fZenithDistance) as '" . $alias["Min(fZenithDistance)"] . "', ";
             $query0 .= " Max(fZenithDistance) as '" . $alias["Max(fZenithDistance)"] . "', ";
-            $query0 .= " COUNT(*) as 'Runs#' ";
+            $query0 .= " COUNT(*) as '# Runs' ";
         }
         else
@@ -43,5 +43,5 @@
 //                        $query0 .= " (if(IsNull(" . $key . "), 'not done' ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $alias[$key] . "', ";
 
-                $query0 .= " count(*) as 'Run#'";
+                $query0 .= " count(*) as '# Run'";
 
             }
