From b8227ddb12516d5bdb0db8a3ec46083b02caee79 Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 12 Jan 2007 14:49:15 +0000 Subject: added email to all players, in case someone cancled the game at the beginning --- functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index e4f7c60..ec7dfac 100644 --- a/functions.php +++ b/functions.php @@ -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; -- cgit v1.2.3-18-g5258