Merge branch 'QA_4_3'

This commit is contained in:
Marc Delisle 2014-11-26 08:12:46 -05:00
commit 1097e52ee0

View File

@ -338,7 +338,8 @@ function PMA_getHtmlForCheckAllTables($pmaThemeImage, $text_dir,
. __('Replace table prefix') . '</option>' . "\n";
$html_output .= '<option value="copy_tbl_change_prefix" >'
. __('Copy table with prefix') . '</option>' . "\n";
if ($GLOBALS['cfgRelation']['central_columnswork']) {
if (isset($GLOBALS['cfgRelation']['central_columnswork'])
&& $GLOBALS['cfgRelation']['central_columnswork']) {
$html_output .= '<option value="sync_unique_columns_central_list" >'
. __('Add columns to central list') . '</option>' . "\n";
$html_output .= '<option value="delete_unique_columns_central_list" >'