회원관리 리스트
This commit is contained in:
@ -313,10 +313,10 @@ while ($entry = $tmp->read())
|
||||
@ksort($amenu);
|
||||
|
||||
$qstr = "";
|
||||
if (isset($sst)) $qstr .= "&sst=$sst";
|
||||
if (isset($sod)) $qstr .= "&sod=$sod";
|
||||
if (isset($sfl)) $qstr .= "&sfl=$sfl";
|
||||
if (isset($stx)) $qstr .= "&stx=$stx";
|
||||
if (isset($page)) $qstr .= "&page=$page";
|
||||
if (isset($sst)) $qstr .= "&sst=$sst";
|
||||
if (isset($sod)) $qstr .= "&sod=$sod";
|
||||
if (isset($sfl)) $qstr .= "&sfl=$sfl";
|
||||
if (isset($stx)) $qstr .= "&stx=$stx";
|
||||
if (isset($page)) $qstr .= "&page=$page";
|
||||
//$qstr = "sst=$sst&sod=$sod&sfl=$sfl&stx=$stx&page=$page";
|
||||
?>
|
||||
Reference in New Issue
Block a user