From e38f5753ff0a6f9b6301710d226ea3ae3d6a4cfa Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 26 Nov 2014 08:12:23 -0500 Subject: [PATCH] Undefined index central_columnswork Signed-off-by: Marc Delisle --- libraries/structure.lib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 5d828efb42..a34d94e23f 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -338,7 +338,8 @@ function PMA_getHtmlForCheckAllTables($pmaThemeImage, $text_dir, . __('Replace table prefix') . '' . "\n"; $html_output .= '' . "\n"; - if ($GLOBALS['cfgRelation']['central_columnswork']) { + if (isset($GLOBALS['cfgRelation']['central_columnswork']) + && $GLOBALS['cfgRelation']['central_columnswork']) { $html_output .= '' . "\n"; $html_output .= '