mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
r7115 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7117 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
feb7af9e6d
commit
a0b4c0cf1c
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@
|
||||||
if(!$output->data) return true;
|
if(!$output->data) return true;
|
||||||
|
|
||||||
// sites 테이블에서 도메인이 인덱스로 걸린경우
|
// sites 테이블에서 도메인이 인덱스로 걸린경우
|
||||||
if($oDB->isColumnExists('sites', 'idx_domain')) return true;
|
if($oDB->isIndexExists('sites', 'idx_domain')) return true;
|
||||||
|
if(!$oDB->isIndexExists('sites','unique_domain')) return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue