summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorarun <arun@nubati.net>2007-01-16 15:11:17 +0000
committerarun <arun>2007-01-16 15:11:17 +0000
commit34b2b5ea5e502686deb9f7672c92e8729157bfe5 (patch)
treef01cef92f4a038f5e508713b64f440ac8459180b /index.php
parent8c5281010622386c1c57a8ee5eec18ed89dfb039 (diff)
downloade-DoKo-34b2b5ea5e502686deb9f7672c92e8729157bfe5.tar.gz
e-DoKo-34b2b5ea5e502686deb9f7672c92e8729157bfe5.tar.bz2
e-DoKo-34b2b5ea5e502686deb9f7672c92e8729157bfe5.zip
fixed the new sorting algorithm
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"mycards\">\n";
if($myturn && !myisset("card"))