From 2de363c2d796026c15e5b9f17aa00f2bf3c99399 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 26 Mar 2007 00:39:53 +0000 Subject: [PATCH] Add 'testing reports' count to appdb stats page --- appdbStats.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appdbStats.php b/appdbStats.php index 50762e6..5b8e859 100644 --- a/appdbStats.php +++ b/appdbStats.php @@ -71,6 +71,12 @@ echo " Application maintainers:\n"; echo " ".Maintainer::getNumberOfMaintainers()."\n"; echo "\n\n"; +/* Display the number of testing reports */ +echo "\n"; +echo " Testing reports:\n"; +echo " ".testData::objectGetEntriescount(false, false)."\n"; +echo "\n\n"; + /* Display the number of images */ echo "\n"; echo " Screenshots:\n";