From b6d9a4aa79763981c524b3915ab11e449cad4c42 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sun, 24 Jun 2007 11:30:20 +0200 Subject: CLEANUP: get card names from the database --- db.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'db.php') diff --git a/db.php b/db.php index 86f3d0e..75cd8a0 100644 --- a/db.php +++ b/db.php @@ -803,4 +803,16 @@ function DB_set_recovery_password($user,$newpw) return; } + +function DB_get_card_name($card) +{ + $queryresult = mysql_query("SELECT strength,suite FROM Card WHERE id='$card'"); + + $r = mysql_fetch_array($queryresult,MYSQL_NUM); + if($r) + return $r[0]." of ".$r[1]; + else + return "Error during get_card_name ".$card; +} + ?> \ No newline at end of file -- cgit v1.2.3-18-g5258