Module: appdb Branch: master Commit: bc12082ef0dabc370c705cd6e4e84556857fcef0 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=bc12082ef0dabc370c705cd6e...
Author: Jeremy Newman jnewman@codeweavers.com Date: Mon Jul 10 13:49:48 2017 -0500
remove stat for warned users, method no longer exists
---
appdbStats.php | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/appdbStats.php b/appdbStats.php index 51ac310..997daee 100644 --- a/appdbStats.php +++ b/appdbStats.php @@ -51,12 +51,6 @@ echo " <td>".(User::objectGetEntriesCount()- User::active_users_within_days(183))."</td>\n"; echo "</tr>\n\n";
-/* Display the users who were warned and pending deletion */ -echo "<tr>\n"; -echo " <td>Inactive users pending deletion:</td>\n"; -echo " <td>".User::get_inactive_users_pending_deletion()."</td>\n"; -echo "</tr>\n\n"; - /* Display the number of comments */ echo "<tr>\n"; echo " <td>Comments:</td>\n";