revert fix for bug #2931216
This commit is contained in:
@@ -6,7 +6,6 @@ $Id$
|
|||||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
||||||
|
|
||||||
3.2.6.0 (not yet released)
|
3.2.6.0 (not yet released)
|
||||||
- bug #2931216 [config] Relations settings not updated on config change
|
|
||||||
|
|
||||||
3.2.5.0 (2010-01-10)
|
3.2.5.0 (2010-01-10)
|
||||||
- patch #2903400 [bookmarks] Status of bookmark table,
|
- patch #2903400 [bookmarks] Status of bookmark table,
|
||||||
|
@@ -311,7 +311,6 @@ class PMA_Config
|
|||||||
|| $this->error_config_file
|
|| $this->error_config_file
|
||||||
|| $this->error_config_default_file) {
|
|| $this->error_config_default_file) {
|
||||||
$this->settings = array();
|
$this->settings = array();
|
||||||
unset($_SESSION['relation']);
|
|
||||||
$this->load();
|
$this->load();
|
||||||
$this->checkSystem();
|
$this->checkSystem();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user