sql_query 함수에 sql resource 지정 - 명랑폐인님 제안

This commit is contained in:
chicpro
2014-04-24 11:02:03 +09:00
parent 5b4bf11250
commit d09b992df5
3 changed files with 24 additions and 6 deletions

View File

@ -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');
// 게시판에서 링크의 기본개수를 말합니다.
// 필드를 추가하면 이 숫자를 필드수에 맞게 늘려주십시오.