관리자: 변수 상수 제외 홑따옴표 변수를 상수로
This commit is contained in:
@ -14,7 +14,7 @@ $sql_common = " from {$g4['group_member_table']} a
|
||||
|
||||
$sql_search = " where gr_id = '{$gr_id}' ";
|
||||
// 회원아이디로 검색되지 않던 오류를 수정
|
||||
if ($stx) {
|
||||
if (isset($stx)) {
|
||||
$sql_search .= " and ( ";
|
||||
switch ($sfl) {
|
||||
default :
|
||||
@ -127,7 +127,7 @@ if ($pagelist) {?>
|
||||
<?}?>
|
||||
|
||||
<?
|
||||
if ($stx)
|
||||
if (isset($stx))
|
||||
echo '<script>document.fsearch.sfl.value = "'.$sfl.'";</script>';
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user