bug 608459 syntax coloring
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2002-09-19 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/sqlparser.lib.php3, bug 608459: syntax coloring and
|
||||
alias without AS
|
||||
|
||||
2002-09-18 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_printview.php3: fix for #611499 (empty comment column)
|
||||
* libraries/common.lib.php3: fix for #593971 (common.lib.php3 js error)
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user