#19357335 에서 지적된 오타 수정.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7999 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flourscent 2010-12-28 01:31:46 +00:00
parent 274be167d2
commit a83fd19de5

View file

@ -256,7 +256,7 @@
**/
function _makeSequence()
{
if($_GOBALS['XE_EXISTS_SEQUENCE']) return;
if($_GLOBALS['XE_EXISTS_SEQUENCE']) return;
// check cubrid serial
$query = sprintf('select count(*) as "count" from "db_serial" where name=\'%ssequence\'', $this->prefix);