isset($stx) 에서 필요없는 isset 제거

This commit is contained in:
gnuboard
2013-06-03 14:59:30 +09:00
parent a943fa9126
commit e245a53207

View File

@ -53,7 +53,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌
$mb = array();
if ($sfl == 'mb_id' && $stx)
$mb = get_member(isset($stx));
$mb = get_member($stx);
$g4['title'] = '포인트관리';
include_once ('./admin.head.php');