typo disabled table copy operation
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2006-06-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
|
* themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets
|
||||||
* libraries/common.lib.php::PMA_linkOrButton():
|
* libraries/common.lib.php::PMA_linkOrButton():
|
||||||
|
@@ -514,7 +514,7 @@ class PMA_Table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// set export settings we need
|
// set export settings we need
|
||||||
$GLOBALS['sql_use_backquotes'] = 1;
|
$GLOBALS['sql_backquotes'] = 1;
|
||||||
$GLOBALS['asfile'] = 1;
|
$GLOBALS['asfile'] = 1;
|
||||||
|
|
||||||
// Ensure the target is valid
|
// Ensure the target is valid
|
||||||
|
Reference in New Issue
Block a user