Update Table.php (#14461)
Fix #14447 - Error while copying database (pma__column_info) Signed-off-by: Daniel <yeezy69@babau.mywire.org>
This commit is contained in:
parent
a92278d4ef
commit
aed0fede4d
@ -1314,7 +1314,7 @@ class Table
|
||||
. ') ' . ' 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']
|
||||
|
||||
Loading…
Reference in New Issue
Block a user