From ec799c6a6c714e390ee8729c6245dad23a7e5a2b Mon Sep 17 00:00:00 2001
From: arun these are the games you are playing in:
\n";
$result = mysql_query("SELECT hash,game_id from Hand WHERE user_id='$uid' AND status<>'gameover'" );
while( $r = mysql_fetch_array($result,MYSQL_NUM))
- echo "game #".$r[1]."
";
+ echo "game #".$r[1]."
";
echo "
\n";
echo "
Want to start a new game? remember 4 names from the list above and visit ". - "this page.
"; + "this page."; } else { -- cgit v1.2.3-18-g5258