bug 909752
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-03-05 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/sqlparser.lib.php: bug 909752, floating point digit
|
||||
|
||||
2004-03-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
|
||||
escaping of + in ENUM
|
||||
|
@@ -1903,6 +1903,9 @@ if ($is_minimum_common == FALSE) {
|
||||
if ($infunction && $typearr[3] == 'punct_bracket_close_round') {
|
||||
$after .= ' ';
|
||||
}
|
||||
if ($typearr[1] == 'alpha_columnAttrib') {
|
||||
$before .= ' ';
|
||||
}
|
||||
break;
|
||||
case 'alpha_variable':
|
||||
$after = ' ';
|
||||
|
Reference in New Issue
Block a user