notice on undefined variable

This commit is contained in:
Marc Delisle
2010-09-04 07:55:26 -04:00
parent 502a6f4046
commit 582fe81aa3

View File

@@ -678,7 +678,7 @@ if (0 == $num_rows || $is_affected) {
$extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']); $extra_data['sql_query'] = PMA_showMessage(NULL, $GLOBALS['display_query']);
} }
PMA_ajaxResponse($message, $message->isSuccess(), $extra_data); PMA_ajaxResponse($message, $message->isSuccess(), (isset($extra_data) ? $extra_data : ''));
} }
if ($is_gotofile) { if ($is_gotofile) {