diff --git a/tbl_select.php b/tbl_select.php index 4ce1cbc548..a0a7ac9b45 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -137,7 +137,7 @@ echo PMA_generateHtmlTabs(PMA_tbl_getSubTabs(), $url_params, 'topmenu2'); '; $html .= $GLOBALS['PMA_Types']->getTypeOperatorsHtml( - $fields_type[$key], + preg_replace('@\(.*@s', '', $fields_type[$i]), $fields_null[$key] ); $html .= ''; @@ -251,7 +251,7 @@ for ($i = 0; $i < 4; $i++) {