Sfoglia il codice sorgente

Sort the results of searched profiles - refs #7347

Angel Fernando Quiroz Campos 10 anni fa
parent
commit
37902bafdb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      main/inc/ajax/skill.ajax.php

+ 1 - 1
main/inc/ajax/skill.ajax.php

@@ -263,7 +263,7 @@ switch ($action) {
             }
 
             if (!empty($ordered_user_list)) {
-                arsort($ordered_user_list);
+                krsort($ordered_user_list);
             }
         }