diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index 0313bed..9d9856b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1225,13 +1225,17 @@ function display_user_menu($id) echo "\n<div class=\"usermenu\">\n "; echo _('It\'s your turn in these games').":\n"; } + else + { + echo ", "; + } $i++; echo " <a href=\"".$INDEX."?action=game&me=".$r[0]. "\">game ".DB_format_gameid($r[1])." </a>\n"; if($i>4) { - echo " ...\n"; + echo ", ...\n"; break; } } |