typo disabled table copy operation

This commit is contained in:
Marc Delisle
2006-06-20 16:42:41 +00:00
parent 1e1499eef2
commit 58f1a2875c
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
$Id$
$Source$
2006-06-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Table.class.php: a typo disabled table copy operation
2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
* libraries/common.lib.php::PMA_linkOrButton():

View File

@@ -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