mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1479 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
376cb7cba8
commit
f5d6af77d6
2 changed files with 4 additions and 2 deletions
|
|
@ -340,7 +340,8 @@
|
|||
function _executeUpdateAct($output) {
|
||||
// 테이블 정리
|
||||
foreach($output->tables as $key => $val) {
|
||||
$table_list[] = '`'.$this->prefix.$key.'` as '.$val;
|
||||
//$table_list[] = '`'.$this->prefix.$key.'` as '.$val;
|
||||
$table_list[] = '`'.$this->prefix.$key.'`';
|
||||
}
|
||||
|
||||
// 컬럼 정리
|
||||
|
|
|
|||
|
|
@ -377,7 +377,8 @@
|
|||
function _executeUpdateAct($output) {
|
||||
// 테이블 정리
|
||||
foreach($output->tables as $key => $val) {
|
||||
$table_list[] = '`'.$this->prefix.$key.'` as '.$val;
|
||||
//$table_list[] = '`'.$this->prefix.$key.'` as '.$val;
|
||||
$table_list[] = '`'.$this->prefix.$key.'`';
|
||||
}
|
||||
|
||||
// 컬럼 정리
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue