Fix typo.

This commit is contained in:
Michal Čihař
2009-03-23 15:17:22 +00:00
parent 17c3461cab
commit 7e29a2c60e

View File

@@ -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];