Do not escape field here, it is used as index to vairous arrays
This commit is contained in:
@@ -227,7 +227,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) {
|
|||||||
} else {
|
} else {
|
||||||
$row['Default'] = htmlspecialchars($row['Default']);
|
$row['Default'] = htmlspecialchars($row['Default']);
|
||||||
}
|
}
|
||||||
$field_name = htmlspecialchars($row['Field']);
|
$field_name = $row['Field'];
|
||||||
|
|
||||||
if (PMA_MYSQL_INT_VERSION < 50025
|
if (PMA_MYSQL_INT_VERSION < 50025
|
||||||
&& ! empty($analyzed_sql[0]['create_table_fields'][$field_name]['type'])
|
&& ! empty($analyzed_sql[0]['create_table_fields'][$field_name]['type'])
|
||||||
|
Reference in New Issue
Block a user