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