Wrap long line
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
ac3f68d27c
commit
c14efeb924
@ -72,7 +72,15 @@ class TableMover
|
||||
$this->dbi->selectDb($targetDb);
|
||||
|
||||
if ($what !== MoveScope::DataOnly) {
|
||||
$maintainRelations = $this->handleStructureCreation($sourceTable, $sourceDb, $targetDb, $targetTable, $addDropIfExists, $what, $mode);
|
||||
$maintainRelations = $this->handleStructureCreation(
|
||||
$sourceTable,
|
||||
$sourceDb,
|
||||
$targetDb,
|
||||
$targetTable,
|
||||
$addDropIfExists,
|
||||
$what,
|
||||
$mode,
|
||||
);
|
||||
} else {
|
||||
$GLOBALS['sql_query'] = '';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user