Fix typo
This commit is contained in:
parent
17998ea5be
commit
fd224d2f2e
@ -112,7 +112,7 @@ if (isset($_REQUEST['change_tbl_info']) && $_REQUEST['change_tbl_info'] == true)
|
||||
// HTML for operators
|
||||
$html = '<select name="zoomFunc[]">';
|
||||
$html .= $GLOBALS['PMA_Types']->getTypeOperatorsHtml(
|
||||
preg_replace('@\(.*@s', '', $fields_type[$i]),
|
||||
preg_replace('@\(.*@s', '', $fields_type[$key]),
|
||||
$fields_null[$key]
|
||||
);
|
||||
$html .= '</select>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user