From 781a996b3b3aeca3a135e89852e0f4152c0e8d47 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 1 Dec 2012 11:39:03 +0100 Subject: fixes #81: shirt size is now mandatory fixes #50: login error to the top --- includes/sys_user.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/sys_user.php') diff --git a/includes/sys_user.php b/includes/sys_user.php index be3be3d1..20d9eca0 100644 --- a/includes/sys_user.php +++ b/includes/sys_user.php @@ -5,6 +5,7 @@ * Available T-Shirt sizes */ $tshirt_sizes = array ( + '' => "Please select...", 'S' => "S", 'M' => "M", 'L' => "L", -- cgit v1.2.3-54-g00ecf