summaryrefslogtreecommitdiff
path: root/includes/pages/admin_active.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-29 14:58:50 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-29 14:58:50 +0100
commitb864f2c5b166e2fb883db9a4dd42b47c8c5ab9e2 (patch)
treebde8b9132bee2f5ec22128a0a57ab812d137fa18 /includes/pages/admin_active.php
parent8968763ff3a9a20d43e72676f0acbfd4cae93bd6 (diff)
cleanup old unused files, display tshirt size in admin_active
Diffstat (limited to 'includes/pages/admin_active.php')
-rw-r--r--includes/pages/admin_active.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/pages/admin_active.php b/includes/pages/admin_active.php
index 48d163b1..55384345 100644
--- a/includes/pages/admin_active.php
+++ b/includes/pages/admin_active.php
@@ -1,5 +1,7 @@
<?php
function admin_active() {
+ global $tshirt_sizes;
+
$msg = "";
$search = "";
$count = 0;
@@ -75,6 +77,7 @@ function admin_active() {
}
$table .= '<tr>';
$table .= '<td>' . $usr['Nick'] . '</td>';
+ $table .= '<td>' . $tshirt_sizes[$usr['Size']] . '</td>';
$table .= '<td>' . $usr['shift_count'] . '</td>';
if ($usr['shift_count'] == 0)