From 822dd99d21ade0e223428976d5f9d72de1e3439b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 21 Jun 2007 16:22:36 +0200 Subject: CLEANUP: counting points, prepare for keeping track of game points use the database now to add up points, cleaned up the code a bit (counting points was done in different places), don't use score table for points from cards any more --- db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db.php') diff --git a/db.php b/db.php index a78afb6..1c20b8e 100644 --- a/db.php +++ b/db.php @@ -466,7 +466,7 @@ function DB_get_current_trickid($gameid) if(!$sequence || $sequence==4) { - mysql_query("INSERT INTO Trick VALUES (NULL,NULL,NULL, ".DB_quote_smart($gameid).")"); + mysql_query("INSERT INTO Trick VALUES (NULL,NULL,NULL, ".DB_quote_smart($gameid).",NULL)"); $trickid = mysql_insert_id(); $sequence = 1; $number++; -- cgit v1.2.3-18-g5258