From c9a785cf038b081219f7493d946f65298d5e3f45 Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Tue, 6 Jul 2010 19:22:41 +0300 Subject: [PATCH] debug on the demo server --- libraries/chart/pma_pchart_pie.php | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/chart/pma_pchart_pie.php b/libraries/chart/pma_pchart_pie.php index d8aa55244..c12a0dcdd 100644 --- a/libraries/chart/pma_pchart_pie.php +++ b/libraries/chart/pma_pchart_pie.php @@ -25,6 +25,7 @@ class PMA_pChart_Pie extends PMA_pChart_Chart protected function prepareChart() { // Initialise the graph + echo "before new\n"; $this->chart = new pChart($this->getWidth(), $this->getHeight()); echo "after new\n"; foreach ($this->getColors() as $key => $color) {