Merge branch 'QA_4_5'

This commit is contained in:
Marc Delisle 2015-09-24 09:47:43 -04:00
commit a9b022701b
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ phpMyAdmin - ChangeLog
- issue #11491 Propose table structure broken
- issue #11464 phpMyAdmin suggests upgrading to newer version not usable on that system
- issue #11495 'PMA_Microhistory' is undefined
- issue #11496 Incorrect definition for getTablesWhenOpen()
4.5.0.1 (2015-09-24)
- issue #11492 AUTO_INCREMENT statements are partly missing from exports

View File

@ -4841,7 +4841,7 @@ class PMA_Util
* @return array $tables list of tables
*
*/
public function getTablesWhenOpen($db, $db_info_result)
public static function getTablesWhenOpen($db, $db_info_result)
{
$sot_cache = $tables = array();