added email to all players, in case someone cancled the game at the beginning
[e-DoKo.git] / functions.php
index e9ead78166e0c3b3031f2dee5a01d8fd02e323ac..ec7dfacbf67d247a8ada7f713732d468bdd9f2fe 100644 (file)
@@ -156,7 +156,6 @@ function get_winner($p,$mode)
   $c3 = $p[3];
   $c4 = $p[4];
 
-
   /* first card is better than all the rest */
   if( compare_cards($c1,$c2,$mode) && compare_cards($c1,$c3,$mode) && compare_cards($c1,$c4,$mode) )
     return 1; 
@@ -364,7 +363,7 @@ function card_value($card)
     case 48:                  
       return 0;
     default:
-      echo "something went wrong, please contact the admin. ErrorCode: 2<br>";
+      echo "something went wrong, please contact the admin. ErrorCode: 2 - $card<br>";
       return 0;
     }
 }