|
@@ -70,9 +70,9 @@ if ($search_auth == 1) {
|
|
|
(
|
|
|
'创建账户' => array('fast', '', 'member'),
|
|
|
);
|
|
|
- $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&oper_table=account&search_option_dever_auth='.$search_auth.'"');
|
|
|
+ $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
|
|
|
} elseif ($search_auth == 3) {
|
|
|
- $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&oper_table=account&search_option_dever_auth='.$search_auth.'"');
|
|
|
+ $list_button['list1'] = array('账户列表', '"member&search_option_aid={id}&search_option_dever_auth='.$search_auth.'"');
|
|
|
}
|
|
|
|
|
|
return array
|