mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
#19357335 에서 지적된 오타 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7999 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
274be167d2
commit
a83fd19de5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue