table rename
This commit is contained in:
@@ -7,6 +7,7 @@ $Source$
|
|||||||
|
|
||||||
2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
|
2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* db_details_structure.php3: undefined variable $comment
|
* db_details_structure.php3: undefined variable $comment
|
||||||
|
* tbl_move_copy.php3: 'column_info'
|
||||||
|
|
||||||
2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
|
* lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
|
||||||
|
@@ -153,7 +153,7 @@ if (isset($new_name) && trim($new_name) != '') {
|
|||||||
|
|
||||||
// Write every comment as new copied entry. [MIME]
|
// Write every comment as new copied entry. [MIME]
|
||||||
while ($comments_copy_row = @PMA_mysql_fetch_array($comments_copy_rs)) {
|
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') . ') '
|
. ' (db_name, table_name, column_name, ' . PMA_backquote('comment') . ') '
|
||||||
. ' VALUES('
|
. ' VALUES('
|
||||||
. '\'' . PMA_sqlAddslashes($target_db) . '\','
|
. '\'' . PMA_sqlAddslashes($target_db) . '\','
|
||||||
|
Reference in New Issue
Block a user