From 34b2b5ea5e502686deb9f7672c92e8729157bfe5 Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 16 Jan 2007 15:11:17 +0000 Subject: fixed the new sorting algorithm --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index ef047be..6353f34 100644 --- a/index.php +++ b/index.php @@ -667,7 +667,7 @@ else if(myisset("me")) } $mycards = DB_get_hand($me); - mysort($mycards,$gametype); + $mycards = mysort($mycards,$gametype); echo "
\n"; if($myturn && !myisset("card")) -- cgit v1.2.3-18-g5258