diff options
Diffstat (limited to 'includes/pages/admin_active.php')
-rw-r--r-- | includes/pages/admin_active.php | 3 |
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) |