Commit a1a5efb1 by 冷斌

update

parent b065294d
...@@ -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);
ksort($ids); sort($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