debug on the demo server
This commit is contained in:
@@ -25,6 +25,7 @@ class PMA_pChart_Pie extends PMA_pChart_Chart
|
|||||||
protected function prepareChart()
|
protected function prepareChart()
|
||||||
{
|
{
|
||||||
// Initialise the graph
|
// Initialise the graph
|
||||||
|
echo "before new\n";
|
||||||
$this->chart = new pChart($this->getWidth(), $this->getHeight());
|
$this->chart = new pChart($this->getWidth(), $this->getHeight());
|
||||||
echo "after new\n";
|
echo "after new\n";
|
||||||
foreach ($this->getColors() as $key => $color) {
|
foreach ($this->getColors() as $key => $color) {
|
||||||
|
Reference in New Issue
Block a user