diff --git a/ChangeLog b/ChangeLog index 19f346515..e3a61fb87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #2186823 [core] bad session.save_path not detected - bug #2202709 [core] Re-login causes PMA to forget current table name - bug #2280904 [export] do not include view name in export +- rfe #1688975 [display] enable copying of auto increment by default 3.1.0.0 (not yet released) + [auth] Support for Swekey hardware authentication, diff --git a/db_operations.php b/db_operations.php index 36979a3d9..5edeaa925 100644 --- a/db_operations.php +++ b/db_operations.php @@ -432,7 +432,7 @@ if (!$is_information_schema) {
-