diff --git a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php index 3493caa..ac8a207 100755 --- a/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php +++ b/Admin/Install/Interfaces/DatabaseExchanger/import.tpl.php @@ -280,6 +280,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting;
| = $lang['Table']; ?> | = $lang['Table']; ?> | = $lang['IsPrimary']; ?> @@ -294,6 +295,7 @@ $isNew = $currentSetting instanceof NullExchangeSetting; foreach ($table['match'] as $match) : ?> | |
| = $table['src']; ?> | = $table['dest']; ?> | = $match['src_field']['primary'] ? 'yes' : 'no'; ?> |