From 193099c75801f128beb8f3bb9541a3cb70f24002 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 24 Jan 2009 17:30:53 -0800 Subject: NEW FEATURE: show exchanged cards in poverty pre-game phase now you can see the cards that are exchanged during the pre-game setup. Also added a "trump back" message in case trump has been given back. --- include/db.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/db.php') diff --git a/include/db.php b/include/db.php index 6e1af93..27d639e 100644 --- a/include/db.php +++ b/include/db.php @@ -852,6 +852,9 @@ function DB_set_recovery_password($user,$newpw) function DB_get_card_name($card) { + if($card==0) + return 'backside'; + $r = DB_query_array("SELECT strength,suite FROM Card WHERE id='$card'"); if($r) -- cgit v1.2.3-18-g5258