From d0720e088954dd4028037bbb9aeeca29ab4c47ac Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 17 Aug 2008 17:27:42 -0700 Subject: [PATCH] BUGFIX: & instead of & in email text & should only be used in HTML output. Changed this a while ago, but seems like I missed one. Signed-off-by: Arun Persaud --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game.php b/include/game.php index e471d5d..a7004d6 100644 --- a/include/game.php +++ b/include/game.php @@ -832,7 +832,7 @@ switch($mystatus) DB_set_hand_status_by_hash($userhash,'poverty'); $message = "Someone has poverty, it's your turn to decide, if you want to take the trump. Please visit:". - " ".$HOST.$INDEX."?action=game&me=".$userhash."\n\n" ; + " ".$HOST.$INDEX."?action=game&me=".$userhash."\n\n" ; mymail($To,$EmailName." poverty (game ".DB_format_gameid($gameid).")",$message); } } -- 2.34.1