Commit 6a999250 by 冷斌

update

parent a1a5efb1
...@@ -1387,7 +1387,7 @@ class Api_User extends PhalApi_Api { ...@@ -1387,7 +1387,7 @@ class Api_User extends PhalApi_Api {
$labelId = array_merge($labelId, array_filter(preg_split('/,|,/',$item['label']))); $labelId = array_merge($labelId, array_filter(preg_split('/,|,/',$item['label'])));
} }
$ids = array_count_values($labelId); $ids = array_count_values($labelId);
sort($ids); arsort($ids);
var_dump($ids); var_dump($ids);
die; die;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment