bug 756861

This commit is contained in:
Marc Delisle
2003-06-19 17:58:20 +00:00
parent 75988f6b33
commit f458691636
2 changed files with 2 additions and 1 deletions

View File

@@ -1662,7 +1662,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
if ($typearr[1] == 'alpha_identifier') {
$before .= ' ';
}
if (($typearr[3] == 'alpha_columnAttrib') || ($typearr[3] == 'quote_single')) {
if (($typearr[3] == 'alpha_columnAttrib') || ($typearr[3] == 'quote_single') || ($typearr[3] == 'digit_integer')) {
$after .= ' ';
}
break;