bug 608459 syntax coloring

This commit is contained in:
Marc Delisle
2002-09-19 16:53:20 +00:00
parent c5f8e5cb8e
commit 8b0cf94ea1
2 changed files with 5 additions and 1 deletions

View File

@@ -764,7 +764,7 @@ if (!defined('PMA_SQP_LIB_INCLUDED')) {
$after = '';
$before = '';
}
if ($typearr[3] == 'alpha_columnType') {
if (($typearr[3] == 'alpha_columnType') || ($typearr[3] == 'alpha_identifier')){
$after .= ' ';
}
break;