8acd19ae by yangjianbin

init

1 parent d145d19c
......@@ -310,6 +310,7 @@ class Perm extends CI_Controller {
foreach ($arr as $k => $v) {
foreach ($arr2 as $k2 => $v2) {
if($v2['checked'] == true){
$arr[$k]['checked'] = true;
$v['checked'] = true;
break;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!