diff --git a/tbl_chart.php b/tbl_chart.php index 6a0f74c45c..f7a6914577 100644 --- a/tbl_chart.php +++ b/tbl_chart.php @@ -48,16 +48,6 @@ if (PMA_isValid($_REQUEST['chartSettings'], 'array')) { $chartSettings = $_REQUEST['chartSettings']; } -// get the chart and settings after chart generation -$chart = PMA_chart_results($data, $chartSettings); - -if (!empty($chart)) { - $message = PMA_Message::success(__('Chart generated successfully.')); -} -else { - $message = PMA_Message::error(__('The result of this query can\'t be used for a chart. See [a@./Documentation.html#faq6_29@Documentation]FAQ 6.29[/a]')); -} - /** * Displays top menu links * We use db links because a chart is not necessarily on a single table