From 4884179e636c114204cc8d4bb4a23e64e1134dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 28 Nov 2008 12:47:41 +0000 Subject: [PATCH] rfe #1688975 [display] enable copying of auto increment by default --- ChangeLog | 1 + db_operations.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) {
-