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:
authorTyron Madlener <tyronx@gmail.com>2011-06-10 21:25:07 +0400
committerTyron Madlener <tyronx@gmail.com>2011-06-10 21:25:07 +0400
commit0f64babd3c49f69a985b445d1c06f365b570c84d (patch)
tree5dff149b2466db44f1818abadd19b70695347a2c /tbl_chart.php
parent2f156ee6ec5c048d78da1df28662fc95289a1b56 (diff)
Removed pChart references
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index ef9d353e84..6a0f74c45c 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -19,17 +19,12 @@ if (! defined('PMA_NO_VARIABLES_IMPORT')) {
*/
require_once './libraries/common.inc.php';
-$GLOBALS['js_include'][] = 'tbl_chart.js';
-
$GLOBALS['js_include'][] = 'highcharts/highcharts.js';
/* Files required for chart exporting */
$GLOBALS['js_include'][] = 'highcharts/exporting.js';
$GLOBALS['js_include'][] = 'canvg/canvg.js';
$GLOBALS['js_include'][] = 'canvg/rgbcolor.js';
-
-
-
/**
* Runs common work
*/
@@ -38,11 +33,6 @@ $url_params['goto'] = $cfg['DefaultTabDatabase'];
$url_params['back'] = 'sql.php';
/*
- * Import chart functions
- */
-require_once './libraries/chart.lib.php';
-
-/*
* Execute the query and return the result
*/
$data = array();