bug 1941020 undefined index
This commit is contained in:
@@ -432,13 +432,15 @@ $possible_row_formats = array(
|
|||||||
// does not return a warning
|
// does not return a warning
|
||||||
// (if the table was compressed, it can be seen on the Structure page)
|
// (if the table was compressed, it can be seen on the Structure page)
|
||||||
|
|
||||||
$current_row_format = strtoupper($showtable['Row_format']);
|
if (isset($possible_row_formats[$tbl_type])) {
|
||||||
echo '<tr><td><label for="new_row_format">ROW_FORMAT</label></td>';
|
$current_row_format = strtoupper($showtable['Row_format']);
|
||||||
echo '<td>';
|
echo '<tr><td><label for="new_row_format">ROW_FORMAT</label></td>';
|
||||||
PMA_generate_html_dropdown('new_row_format', $possible_row_formats[$tbl_type], $current_row_format);
|
echo '<td>';
|
||||||
unset($possible_row_formats, $current_row_format);
|
PMA_generate_html_dropdown('new_row_format', $possible_row_formats[$tbl_type], $current_row_format);
|
||||||
echo '</td>';
|
unset($possible_row_formats, $current_row_format);
|
||||||
echo '</tr>';
|
echo '</td>';
|
||||||
|
echo '</tr>';
|
||||||
|
}
|
||||||
?>
|
?>
|
||||||
</table>
|
</table>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
Reference in New Issue
Block a user