From 0c5b3eeca3006f61dd326a86e8989c52694d581b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Wed, 16 Apr 2008 16:28:00 -0700 Subject: BUGFIX: couldn't unclick no90 call radio buttons for calling "no 120", "no 90", etc. had all different names and therefore clicking a second one, didn't unclick the first one. Signed-off-by: Arun Persaud --- output.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index b257345..2540492 100644 --- a/output.php +++ b/output.php @@ -38,7 +38,7 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) echo " \n"; echo " \n"; echo " \n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; @@ -103,11 +103,11 @@ function output_form_for_new_game($names)

Call Re/Contra, etc.:

@@ -203,21 +203,21 @@ function output_form_calls($me) { if( can_call(120,$me) ) echo " re/contra (120):". - "
"; + "
"; if( can_call(90,$me) ) echo " 90:". - "
"; + "
"; if( can_call(60,$me) ) echo " 60:". - "
"; + "
"; if( can_call(30,$me) ) echo " 30:". - "
"; + "
"; if( can_call(0,$me) ) echo " 0:". - "
". + "
". " no call:". - "
"; + "
"; } -- cgit v1.2.3-18-g5258