Index: trunk/www/dch/shifteval.php
===================================================================
--- trunk/www/dch/shifteval.php	(revision 18206)
+++ trunk/www/dch/shifteval.php	(revision 18207)
@@ -107,5 +107,5 @@
         $queryusers="SELECT uid FROM calendar.Data LEFT JOIN logbook.users ON calendar.Data.u=logbook.users.username ";
         $queryusers.="WHERE CONCAT(y,LPAD(m+1,2,0),LPAD(d,2,0))=".$starttimestamp->format('Ymd');
-        $queryusers.=" AND u NOT IN ('ETHZ', 'ISDC', 'UNIDO', 'UNIWUE')";
+        $queryusers.=" AND u NOT IN ('ETHZ','ISDC','UNIWUE','TUDO','moon')";
         // get shifthours per user and institute
         $queryshifters=$queryusers." AND x=0";
@@ -167,6 +167,4 @@
 
     echo "<br>\n<br>\n";
-    echo "Remark: Debugging times before 2013/02 are not taken into account, i.e. first 16 months of debugging is missing in the automatic evaluation system.";
-    echo "<br>\n<br>\n";
     echo "<b>Total number of hours:</b> ".$hourstotal." h.";
     echo "<table>\n";
@@ -174,6 +172,6 @@
     foreach ($institutenames as $id=>$name)
     {
-        if (!$institutetotalhours[$id])
-            continue;
+        //if (!$institutetotalhours[$id])
+        //    continue;
         echo "<tr><td>";
         echo $name;//."(".$id.")";
@@ -184,5 +182,5 @@
         echo "</td></tr>\n";
     }
-    echo "</table>\n";
+    echo "</table><br>\n";
 
     echo "<table>\n";
@@ -199,4 +197,6 @@
     }
     echo "</table>\n<br>\n";
+    echo "Remark: Debugging times before 2013/02 are not taken into account, i.e. first 16 months of debugging is missing in the automatic evaluation system.";
+    echo "<br>\n<br>\n";
 
     echo "</form>\n";
