diff --git a/ChangeLog b/ChangeLog index 724dcea6c..fab20787f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #1782332 [structure] New table form does not overtake data - bug #1793763 [requirements] minimum PHP should be 4.2.0 - patch #1787915 Avoid CSS reloading on every click, thanks to Juergen Wind +- bug #1798627 [GUI] Wrong storage engine displayed 2.11.0.0 (2007-08-21) diff --git a/libraries/StorageEngine.class.php b/libraries/StorageEngine.class.php index ce80ae9e9..012b7fd14 100644 --- a/libraries/StorageEngine.class.php +++ b/libraries/StorageEngine.class.php @@ -105,7 +105,7 @@ class PMA_StorageEngine $output .= ' ' . "\n";