diff --git a/src/admin/member_main.php b/src/admin/member_main.php index b7ca32a8..ac1b8cbf 100644 --- a/src/admin/member_main.php +++ b/src/admin/member_main.php @@ -18,8 +18,8 @@ if (!isset($spacesta)) $spacesta = -10; if (!isset($matt)) $matt = 10; if (!isset($keyword)) $keyword = ''; else $keyword = trim(FilterSearch($keyword)); -$mtypeform = empty($mtype) ? "\r\n" : "\r\n"; -$sexform = empty($sex) ? "\r\n" : "\r\n"; +$mtypeform = empty($mtype) ? "\r\n" : "\r\n"; +$sexform = empty($sex) ? "\r\n" : "\r\n"; $sortkey = empty($sortkey) ? 'mid' : preg_replace("#[^a-z]#i", '', $sortkey); $staArr = array(-2 => '限制禁言会员', -1 => '未通过审核', 0 => '审核通过需要填写信息', 1 => '待补充完善信息', 2 => '正常使用'); $staArrmatt = array(1 => '被推荐', 0 => '非普通 '); diff --git a/src/admin/templets/content_list.htm b/src/admin/templets/content_list.htm index ce2647db..3d979476 100644 --- a/src/admin/templets/content_list.htm +++ b/src/admin/templets/content_list.htm @@ -53,7 +53,7 @@