|
@@ -207,7 +207,7 @@ class Account
|
|
$button[0]['btn'][] = array
|
|
$button[0]['btn'][] = array
|
|
(
|
|
(
|
|
'type' => 'edit',
|
|
'type' => 'edit',
|
|
- 'link' => Dever::url('project/database/update?project=option&table=account&where_id='.$aid.'&status=1&col=email', 'manage'),
|
|
|
|
|
|
+ 'link' => Dever::url('project/database/update?project=option&table=account&where_id='.$aid.'&status=1&col=email,send_email', 'manage'),
|
|
'name' => '修改邮箱',
|
|
'name' => '修改邮箱',
|
|
);
|
|
);
|
|
|
|
|