관리자: 따옴표 등 작업

This commit is contained in:
whitedot
2012-12-26 21:19:19 +09:00
parent 32669ce3f3
commit f71c5ef21f
6 changed files with 38 additions and 18 deletions

View File

@ -10,7 +10,7 @@ $token = get_token();
$sql_common = " from {$g4['auth_table']} a left join {$g4['member_table']} b on (a.mb_id=b.mb_id) ";
$sql_search = " where (1) ";
if (isset($stx)) {
if ($stx) {
$sql_search .= " and ( ";
switch ($sfl) {
default :