git-svn-id: http://xe-core.googlecode.com/svn/trunk@1479 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-18 08:17:12 +00:00
parent 376cb7cba8
commit f5d6af77d6
2 changed files with 4 additions and 2 deletions

View file

@ -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.'`';
}
// 컬럼 정리

View file

@ -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.'`';
}
// 컬럼 정리