Changeset 18207
- Timestamp:
- 06/15/15 00:04:50 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/dch/shifteval.php
r17602 r18207 107 107 $queryusers="SELECT uid FROM calendar.Data LEFT JOIN logbook.users ON calendar.Data.u=logbook.users.username "; 108 108 $queryusers.="WHERE CONCAT(y,LPAD(m+1,2,0),LPAD(d,2,0))=".$starttimestamp->format('Ymd'); 109 $queryusers.=" AND u NOT IN ('ETHZ', 'ISDC', 'UNIDO', 'UNIWUE')";109 $queryusers.=" AND u NOT IN ('ETHZ','ISDC','UNIWUE','TUDO','moon')"; 110 110 // get shifthours per user and institute 111 111 $queryshifters=$queryusers." AND x=0"; … … 167 167 168 168 echo "<br>\n<br>\n"; 169 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.";170 echo "<br>\n<br>\n";171 169 echo "<b>Total number of hours:</b> ".$hourstotal." h."; 172 170 echo "<table>\n"; … … 174 172 foreach ($institutenames as $id=>$name) 175 173 { 176 if (!$institutetotalhours[$id])177 continue;174 //if (!$institutetotalhours[$id]) 175 // continue; 178 176 echo "<tr><td>"; 179 177 echo $name;//."(".$id.")"; … … 184 182 echo "</td></tr>\n"; 185 183 } 186 echo "</table> \n";184 echo "</table><br>\n"; 187 185 188 186 echo "<table>\n"; … … 199 197 } 200 198 echo "</table>\n<br>\n"; 199 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."; 200 echo "<br>\n<br>\n"; 201 201 202 202 echo "</form>\n";
Note:
See TracChangeset
for help on using the changeset viewer.