debug on the demo server

This commit is contained in:
Martynas Mickevicius
2010-07-06 19:22:41 +03:00
parent 14ab690286
commit c9a785cf03

View File

@@ -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) {