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:
101f97a
)
BUGIFX: leaked silent solo information in game type
author
Arun Persaud
<arun@nubati.net>
Sat, 22 Sep 2012 16:18:02 +0000
(09:18 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sat, 22 Sep 2012 16:18:02 +0000
(09:18 -0700)
include/game.php
patch
|
blob
|
history
diff --git
a/include/game.php
b/include/game.php
index ec1be1254f8411dd8655d90355240eb09f8a767b..4fa950c6156cc327aa03eb42cf40283ac48fff1f 100644
(file)
--- a/
include/game.php
+++ b/
include/game.php
@@
-71,7
+71,10
@@
$GT = $gametype;
if($gametype=='solo')
{
$gametype = DB_get_solo_by_gameid($gameid);
- $GT = $gametype.' '.$GT;
+ if($gametype=='silent')
+ $GT = 'normal';
+ else
+ $GT = $gametype.' '.$GT;
}
/* do we need to worry about Schweinchen?