sql_query 함수에 sql resource 지정 - 명랑폐인님 제안
This commit is contained in:
@ -160,7 +160,7 @@ define('G5_DISPLAY_SQL_ERROR', TRUE);
|
||||
|
||||
// escape string 처리 함수 지정
|
||||
// POST 등에서 한글이 깨질 경우 addslashes 로 변경
|
||||
define('G5_ESCAPE_FUNCTION', 'mysql_real_escape_string');
|
||||
define('G5_ESCAPE_FUNCTION', 'sql_real_escape_string');
|
||||
|
||||
// 게시판에서 링크의 기본개수를 말합니다.
|
||||
// 필드를 추가하면 이 숫자를 필드수에 맞게 늘려주십시오.
|
||||
|
||||
Reference in New Issue
Block a user