diff --git a/register_participants_students.php b/register_participants_students.php index 1d5b9f10..9bdeef05 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -385,6 +385,8 @@ else if($studentinfo->tshirt=="none") $sel="selected=\"selected\""; else $sel=""; echo " "; } + if($studentinfo->tshirt=="xsmall") $sel="selected=\"selected\""; else $sel=""; + echo " "; if($studentinfo->tshirt=="small") $sel="selected=\"selected\""; else $sel=""; echo " "; if($studentinfo->tshirt=="medium") $sel="selected=\"selected\""; else $sel="";