This commit is contained in:
Michal Čihař 2012-05-30 09:01:51 +02:00
parent 17998ea5be
commit fd224d2f2e

View File

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