Index: trunk/MagicSoft/Mars/datacenter/db/statusrps.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/statusrps.php	(revision 7974)
+++ trunk/MagicSoft/Mars/datacenter/db/statusrps.php	(revision 8122)
@@ -17,10 +17,10 @@
 //                    $query0 .= " (if(IsNull(" . $key . "), 'not done' ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $key . "', ";
 
-            $query0 .= " count(*) as 'Run#'";
-
-        }
-        else
-        {
-            $query0 .= "fRunNumber as 'Run#' ";
+            $query0 .= " count(*) as '# Runs'";
+
+        }
+        else
+        {
+            $query0 .= "fRunNumber as '# Runs' ";
 
             foreach ($_GET as $key => $element)
