diff --git a/ChangeLog b/ChangeLog index c84b92518..352380147 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ $Source$ 2003-02-25 Marc Delisle * db_details_structure.php3: undefined variable $comment + * tbl_move_copy.php3: 'column_info' 2003-02-25 Alexander M. Turek * lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3, diff --git a/tbl_move_copy.php3 b/tbl_move_copy.php3 index 2968b4431..7ec353798 100644 --- a/tbl_move_copy.php3 +++ b/tbl_move_copy.php3 @@ -153,7 +153,7 @@ if (isset($new_name) && trim($new_name) != '') { // Write every comment as new copied entry. [MIME] while ($comments_copy_row = @PMA_mysql_fetch_array($comments_copy_rs)) { - $new_comment_query = 'INSERT INTO ' . PMA_backquote($cfgRelation['column_comments']) + $new_comment_query = 'INSERT INTO ' . PMA_backquote($cfgRelation['column_info']) . ' (db_name, table_name, column_name, ' . PMA_backquote('comment') . ') ' . ' VALUES(' . '\'' . PMA_sqlAddslashes($target_db) . '\','