|
@@ 5800-5802 (lines=3) @@
|
| 5797 |
|
/** @var $dbAnalysis RelationHandler */ |
| 5798 |
|
$dbAnalysis = $this->createRelationHandlerInstance(); |
| 5799 |
|
$dbAnalysis->start('', $allowedTables, $conf['MM'], $id, $table, $conf); |
| 5800 |
|
if (!empty($dbAnalysis->getValueArray($prependName))) { |
| 5801 |
|
$this->version_remapMMForVersionSwap_reg[$id][$field] = [$dbAnalysis, $conf['MM'], $prependName]; |
| 5802 |
|
} |
| 5803 |
|
/** @var $dbAnalysis RelationHandler */ |
| 5804 |
|
$dbAnalysis = $this->createRelationHandlerInstance(); |
| 5805 |
|
$dbAnalysis->start('', $allowedTables, $conf['MM'], $swapWith, $table, $conf); |
|
@@ 5806-5808 (lines=3) @@
|
| 5803 |
|
/** @var $dbAnalysis RelationHandler */ |
| 5804 |
|
$dbAnalysis = $this->createRelationHandlerInstance(); |
| 5805 |
|
$dbAnalysis->start('', $allowedTables, $conf['MM'], $swapWith, $table, $conf); |
| 5806 |
|
if (!empty($dbAnalysis->getValueArray($prependName))) { |
| 5807 |
|
$this->version_remapMMForVersionSwap_reg[$swapWith][$field] = [$dbAnalysis, $conf['MM'], $prependName]; |
| 5808 |
|
} |
| 5809 |
|
} |
| 5810 |
|
} elseif ($conf['type'] === 'flex') { |
| 5811 |
|
// Current record |