projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e258af
)
BUGFIX: move some text into the message box
author
Arun Persaud
<arun@nubati.net>
Wed, 9 May 2012 05:19:17 +0000
(22:19 -0700)
committer
Arun Persaud
<arun@nubati.net>
Wed, 9 May 2012 05:25:12 +0000
(22:25 -0700)
include/game.php
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index f862fecbbb94aad4f4c86ded1bed245285591d77..5adbff4120d97811ed0b34b8edaa6d626b8adca7 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-2086,7
+2086,7
@@
switch($mystatus)
/* check if game is over, display results */
if(DB_get_game_status_by_gameid($gameid)=='play')
{
-
echo
_('The game is over for you... other people still need to play though');
+
$messages[] =
_('The game is over for you... other people still need to play though');
}
break;
default: