fixed the new sorting algorithm
[e-DoKo.git] / index.php
index f8bb305cf80957fc7e277139724e631539876cb5..6353f34280feafae3a4a378312bcfc9ebf79a617 100644 (file)
--- a/index.php
+++ b/index.php
@@ -667,7 +667,7 @@ else if(myisset("me"))
          }
        
        $mycards = DB_get_hand($me);
-       sort($mycards);
+       $mycards = mysort($mycards,$gametype);
        echo "<div class=\"mycards\">\n";
        
        if($myturn && !myisset("card"))