forked from extern/egroupware
we can not trust in the right order of columns
This commit is contained in:
parent
691f95cb19
commit
e9c2659778
@ -565,7 +565,7 @@
|
|||||||
|
|
||||||
$oProc->m_odb->query($query);
|
$oProc->m_odb->query($query);
|
||||||
$this->_GetColumns($oProc, $sTableName . '_tmp', $sColumns, $sColumnName);
|
$this->_GetColumns($oProc, $sTableName . '_tmp', $sColumns, $sColumnName);
|
||||||
$query = "INSERT INTO $sTableName SELECT $sColumns FROM $sTableName" . '_tmp';
|
$query = "INSERT INTO $sTableName($sColumns) SELECT $sColumns FROM $sTableName" . '_tmp';
|
||||||
$bRet = !!($oProc->m_odb->query($query));
|
$bRet = !!($oProc->m_odb->query($query));
|
||||||
return ($bRet && $this->DropTable($oProc, $aTables, $sTableName . '_tmp'));
|
return ($bRet && $this->DropTable($oProc, $aTables, $sTableName . '_tmp'));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user