From 58f1a2875c0bc38a76f1a9b607a191806f7733d7 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 20 Jun 2006 16:42:41 +0000 Subject: [PATCH] typo disabled table copy operation --- ChangeLog | 3 +++ libraries/Table.class.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6dcc23aa4..a1a846388 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog $Id$ $Source$ +2006-06-20 Marc Delisle + * libraries/Table.class.php: a typo disabled table copy operation + 2006-06-20 Sebastian Mendel * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets * libraries/common.lib.php::PMA_linkOrButton(): diff --git a/libraries/Table.class.php b/libraries/Table.class.php index ce4a58c20..8602c4b0b 100644 --- a/libraries/Table.class.php +++ b/libraries/Table.class.php @@ -514,7 +514,7 @@ class PMA_Table { } // set export settings we need - $GLOBALS['sql_use_backquotes'] = 1; + $GLOBALS['sql_backquotes'] = 1; $GLOBALS['asfile'] = 1; // Ensure the target is valid