summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/pages/admin_active.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/pages/admin_active.php b/includes/pages/admin_active.php
index ac8a53c2..805c8357 100644
--- a/includes/pages/admin_active.php
+++ b/includes/pages/admin_active.php
@@ -132,6 +132,10 @@ function admin_active() {
WHERE `Tshirt`=1
GROUP BY `Size`
ORDER BY `count` DESC");
+ $shirt_statistics[] = array(
+ 'Size' => '<b>' . _("Sum") . '</b>',
+ 'count' => '<b>' . sql_select_single_cell("SELECT count(*) FROM `User` WHERE `Tshirt`=1") . '</b>'
+ );
return page(array(
form(array(