From: Arun Persaud Date: Mon, 18 Aug 2008 00:27:42 +0000 (-0700) Subject: BUGFIX: & instead of & in email text X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=d0720e088954dd4028037bbb9aeeca29ab4c47ac;ds=sidebyside 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 --- 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); } }