From 6f4d3177bffc3184953efbc07ddc5e58d8ca317a Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 5 Mar 2007 02:01:04 +0000 Subject: [PATCH] - Indicate that T-Shirt sizes are adult size (just about every fair does this, I believe, if a fair doesn't, we should make this a configurable option.); --- register_participants_students.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_participants_students.php b/register_participants_students.php index 1ba48c1..78f7528 100644 --- a/register_participants_students.php +++ b/register_participants_students.php @@ -370,7 +370,7 @@ else echo " "; echo " "; if($tshirt_cost != 0.0) { - printf(" The cost of each T-Shirt is $%.2f", $tshirt_cost); + printf(" The cost of each T-Shirt is $%.2f, sizes are Adult sizes.", $tshirt_cost); } echo "\n"; echo "";