BUGIFX: leaked silent solo information in game type
authorArun Persaud <arun@nubati.net>
Sat, 22 Sep 2012 16:18:02 +0000 (09:18 -0700)
committerArun Persaud <arun@nubati.net>
Sat, 22 Sep 2012 16:18:02 +0000 (09:18 -0700)
include/game.php

index ec1be1254f8411dd8655d90355240eb09f8a767b..4fa950c6156cc327aa03eb42cf40283ac48fff1f 100644 (file)
@@ -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?