More old code
This commit is contained in:
parent
d00ea89935
commit
5e0437cb2c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user