Minor display bug

This commit is contained in:
Robin Johnson
2002-10-13 20:40:19 +00:00
parent a3eafb26c2
commit 115595931d

View File

@@ -505,11 +505,6 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
if ($t_cur == 'alpha') {
$t_suffix = '_identifier';
$d_cur_upper = strtoupper($sql_array[$i]['data']);
if($d_cur_upper == 'SET') {
echo "T: $t_next\n";
}
if (($t_next == 'punct_qualifier') || ($t_prev == 'punct_qualifier')) {
$t_suffix = '_identifier';
} else if (($t_next == 'punct_bracket_open_round')