revert fix for bug #2931216

This commit is contained in:
Marc Delisle
2010-01-21 00:36:27 +00:00
parent ba66e07181
commit c343434849
2 changed files with 0 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2926613 [edit] Copy database shows errors when DB has foreign key
3.2.6.0 (not yet released)
- bug #2931216 [config] Relations settings not updated on config change
3.2.5.0 (2010-01-10)
- patch #2903400 [bookmarks] Status of bookmark table,

View File

@@ -311,7 +311,6 @@ class PMA_Config
|| $this->error_config_file
|| $this->error_config_default_file) {
$this->settings = array();
unset($_SESSION['relation']);
$this->load();
$this->checkSystem();
}