Fix typo.
This commit is contained in:
@@ -92,8 +92,8 @@ if ($cfgRelation['displaywork']) {
|
|||||||
$disp = PMA_getDisplayField($db, $table);
|
$disp = PMA_getDisplayField($db, $table);
|
||||||
}
|
}
|
||||||
|
|
||||||
// will be used in the logic for internal relations and foreign keys:
|
// will be used in the logic for internal relations and foreign keys:
|
||||||
$me_fields_name
|
$me_fields_name =
|
||||||
isset($_REQUEST['fields_name'])
|
isset($_REQUEST['fields_name'])
|
||||||
? $_REQUEST['fields_name']
|
? $_REQUEST['fields_name']
|
||||||
: null;
|
: null;
|
||||||
@@ -103,7 +103,7 @@ if (isset($destination) && $cfgRelation['relwork']) {
|
|||||||
|
|
||||||
foreach ($destination as $master_field_md5 => $foreign_string) {
|
foreach ($destination as $master_field_md5 => $foreign_string) {
|
||||||
$upd_query = false;
|
$upd_query = false;
|
||||||
|
|
||||||
// Map the fieldname's md5 back to its real name
|
// Map the fieldname's md5 back to its real name
|
||||||
$master_field = $me_fields_name[$master_field_md5];
|
$master_field = $me_fields_name[$master_field_md5];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user