BUGFIX: & instead of & in email text
authorArun Persaud <arun@nubati.net>
Mon, 18 Aug 2008 00:27:42 +0000 (17:27 -0700)
committerArun Persaud <arun@nubati.net>
Mon, 18 Aug 2008 00:27:42 +0000 (17:27 -0700)
&amp; should only be used in HTML output. Changed this a while ago, but seems like I missed one.

Signed-off-by: Arun Persaud <arun@nubati.net>
include/game.php

index e471d5d47fef8eb5339ccaad02102f0cbd9ce73f..a7004d6863224383cabd731aa8c03eff5b1210d9 100644 (file)
@@ -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&amp;me=".$userhash."\n\n" ;
+                 " ".$HOST.$INDEX."?action=game&me=".$userhash."\n\n" ;
                mymail($To,$EmailName." poverty (game ".DB_format_gameid($gameid).")",$message);
              }
          }