From 8c5281010622386c1c57a8ee5eec18ed89dfb039 Mon Sep 17 00:00:00 2001 From: arun Date: Tue, 16 Jan 2007 15:00:03 +0000 Subject: new sort function; should sorrt correctly for solos,etc --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index f8bb305..ef047be 100644 --- a/index.php +++ b/index.php @@ -667,7 +667,7 @@ else if(myisset("me")) } $mycards = DB_get_hand($me); - sort($mycards); + mysort($mycards,$gametype); echo "
\n"; if($myturn && !myisset("card")) -- cgit v1.2.3-18-g5258