From 5e0437cb2c575560cda883b8d799e21afbb9706f Mon Sep 17 00:00:00 2001 From: Tyron Madlener Date: Fri, 10 Jun 2011 21:13:24 +0200 Subject: [PATCH] More old code --- tbl_chart.php | 10 ---------- 1 file changed, 10 deletions(-) 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