Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-04-17 02:58:03 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-17 02:58:03 +0400
commiteca291ce82f28533008d586beefd8a5ebf9c87a7 (patch)
treee3e509c3c1ce32662de97eb0bdaca4201fd4ffec /ChangeLog
parent53393652175d974d1066492ae13a9c2adfb2ea2a (diff)
Fixed bug #3518484 - PMA_sqlAddSlashes() does not quote the table names correctly
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ac5836f0a..3e9ac7bc93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ phpMyAdmin - ChangeLog
- bug #3516405 [display] Chart title is getting wrong within chart export
- bug #3517021 [interface] Header links except 'More' hide after closing dialog
- bug #3516817 [interface] "More" actions in table structure
+- bug #3518484 [privileges] PMA_sqlAddSlashes() does not quote the table names correctly
3.5.0.0 (2012-04-07)
+ rfe #2021981 [interface] Add support for mass prefix change.