Merge remote-tracking branch 'origin/QA_4_5' into QA_4_5
This commit is contained in:
commit
f7f3388653
@ -3,6 +3,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.5.4.0 (not yet released)
|
||||
- issue #11724 live data edit of big sets is not working
|
||||
- issue Table list not saved in db QBE bookmarked search
|
||||
|
||||
4.5.3.1 (2015-12-25)
|
||||
- issue #11774 Undefined offset 2
|
||||
|
||||
@ -149,7 +149,8 @@ class PMA_SavedSearches
|
||||
'criteria',
|
||||
'criteriaAndOrRow',
|
||||
'criteriaAndOrColumn',
|
||||
'rows'
|
||||
'rows',
|
||||
'TableList'
|
||||
);
|
||||
|
||||
$data = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user