Skip to content

Commit

Permalink
revert fix for bug #2931216
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Jan 21, 2010
1 parent eacec1d commit 91dee42
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ChangeLog
Expand Up @@ -60,7 +60,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,
Expand Down
1 change: 0 additions & 1 deletion libraries/Config.class.php
Expand Up @@ -311,7 +311,6 @@ function __wakeup()
|| $this->error_config_file
|| $this->error_config_default_file) {
$this->settings = array();
unset($_SESSION['relation']);
$this->load();
$this->checkSystem();
}
Expand Down

0 comments on commit 91dee42

Please sign in to comment.