Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhura Jayaratne <madhura.cj@gmail.com>2014-05-28 12:35:40 +0400
committerMadhura Jayaratne <madhura.cj@gmail.com>2014-05-28 12:35:40 +0400
commit511c105222867800050fb0d762656155373cdc81 (patch)
treebdd740437cc71b3569f83942bca2274527125af8 /tbl_chart.php
parentdccd7e2a4e114136285d05dde157d6152dc8ac4d (diff)
bug #4432 Error while displaying chart at server level
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index f9e5e54b0d..f5a6264d33 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -19,10 +19,6 @@ if (isset($_REQUEST['ajax_request'])
if (strlen($GLOBALS['table']) && strlen($GLOBALS['db'])) {
include './libraries/tbl_common.inc.php';
- } else {
- $response->isSuccess(false);
- $response->addJSON('message', __('Error'));
- exit;
}
$sql_with_limit = 'SELECT * FROM( ' . $sql_query . ' ) AS `temp_res` LIMIT '