mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
r8045 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a3a7cd95ba
commit
7a1c8b15da
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@
|
|||
$this->actStart($query);
|
||||
|
||||
// 쿼리 문 실행
|
||||
$result = @$this->mysql_query($query, $this->fd);
|
||||
$result = @mysql_query($query, $this->fd);
|
||||
|
||||
// 오류 체크
|
||||
if(mysql_error($this->fd)) $this->setError(mysql_errno($this->fd), mysql_error($this->fd));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue