Add 'testing reports' count to appdb stats page

This commit is contained in:
Chris Morgan
2007-03-26 00:39:53 +00:00
committed by WineHQ
parent 5913b9b43f
commit 2de363c2d7

View File

@@ -71,6 +71,12 @@ echo " <td>Application maintainers:</td>\n";
echo " <td>".Maintainer::getNumberOfMaintainers()."</td>\n";
echo "</tr>\n\n";
/* Display the number of testing reports */
echo "<tr class=color4>\n";
echo " <td>Testing reports:</td>\n";
echo " <td>".testData::objectGetEntriescount(false, false)."</td>\n";
echo "</tr>\n\n";
/* Display the number of images */
echo "<tr class=color4>\n";
echo " <td>Screenshots:</td>\n";