Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Update Table.php (phpmyadmin#14461)
Browse files Browse the repository at this point in the history
Fix phpmyadmin#14447 - Error while copying database (pma__column_info)

Signed-off-by: Daniel <yeezy69@babau.mywire.org>
  • Loading branch information
yeezy69 authored and MauricioFauth committed Oct 11, 2018
1 parent a92278d commit aed0fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/classes/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -1314,7 +1314,7 @@ public static function moveCopy(
. ') ' . ' VALUES(' . '\'' . $dbi->escapeString($target_db)
. '\',\'' . $dbi->escapeString($target_table) . '\',\''
. $dbi->escapeString($comments_copy_row['column_name'])
. '\',\'' . $dbi->escapeString($target_table) . '\',\''
. '\',\''
. $dbi->escapeString($comments_copy_row['comment'])
. '\''
. ($GLOBALS['cfgRelation']['mimework']
Expand Down

0 comments on commit aed0fed

Please sign in to comment.