Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5

This commit is contained in:
Weblate 2015-10-02 19:26:26 +02:00
commit aebc242b58
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog
- issue #11512 SQL editing window does not recognise 'OUTER' keyword in 'LEFT OUTER JOIN'
- issue #11518 "NOT IN" clause not recognized (MySQL 5.6 and 5.7)
- issue #11524 Yellow star does not change in database Structure after add/remove from favorites
- issue #11531 Invalid SQL in table definition when exporting table
4.5.0.2 (2015-09-25)
- issue #11497 Incorrect indexes when exporting

View File

@ -197,7 +197,7 @@ class OptionsArray extends Component
}
} elseif ($state === 1) {
$state = 2;
if ($token->value === '=') {
if ($token->token === '=') {
$ret->options[$lastOptionId]['equals'] = true;
continue;
}