summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2011-11-19 20:51:49 -0800
committerArun Persaud <apersaud@lbl.gov>2011-11-19 20:51:49 -0800
commit69b24a34b64f4eeb9279e0d66577f555c82b01eb (patch)
tree0803569b09525a73a87e848208c8326c95ed89ba
parentf5d068d8b0c003324c075489a4894be2b66eb051 (diff)
downloade-DoKo-69b24a34b64f4eeb9279e0d66577f555c82b01eb.tar.gz
e-DoKo-69b24a34b64f4eeb9279e0d66577f555c82b01eb.tar.bz2
e-DoKo-69b24a34b64f4eeb9279e0d66577f555c82b01eb.zip
LAYOUT: remove text "game" from "it's your turn" list
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 64c3e8b..c654413 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -1241,7 +1241,7 @@ function display_user_menu($id, $skiphash=NULL)
$i++;
echo " <a href=\"".$INDEX."?action=game&amp;me=".$r[0].
- "\">game ".DB_format_gameid($r[1])." </a>\n";
+ "\"> ".DB_format_gameid($r[1])." </a>\n";
if($i>4)
{
echo ", ...\n";