From e68d4598c0d0a5e1f138b9c891f5c1c9ae0e8541 Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 7 Jun 2007 18:09:08 +0000 Subject: * FIX: added extra check for calling 120, etc. so that people can't cheat * NEW: display sessions * NEW: display who's turn it is on the userpage (change in DB) * NEW: different ways when to say 90, 60, etc. (change in DB) * MISC: some clean up, e.g. display of final score --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 893f916..997ba43 100644 --- a/functions.php +++ b/functions.php @@ -656,7 +656,7 @@ function can_call($what,$hash) $gameid = DB_get_gameid_by_hash($hash); $gametype = DB_get_gametype_by_gameid($gameid); - $NRcards = count(DB_get_hand($me)); + $NRcards = count(DB_get_hand($hash)); $NRallcards = 0; for ($i=1;$i<5;$i++) -- cgit v1.2.3-18-g5258