게시판 설정 작업 중

This commit is contained in:
whitedot
2012-11-09 18:25:19 +09:00
parent 33f680c22b
commit 86199c0cfd
7 changed files with 668 additions and 570 deletions

View File

@ -14,7 +14,7 @@ if ($stx) {
$sql_search .= " and ( ";
switch ($sfl) {
default :
$sql_search .= " ($sfl like '%$stx%') ";
$sql_search .= " ({$sfl} like '%{$stx}%') ";
break;
}
$sql_search .= " ) ";