From 34ec78abb5e222fc2fcf7bee31fd7cd73e0b7366 Mon Sep 17 00:00:00 2001 From: Martynas Mickevicius Date: Wed, 28 Jul 2010 11:27:32 +0300 Subject: [PATCH] turned of shadow in the title --- libraries/chart/pma_pchart_chart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/chart/pma_pchart_chart.php b/libraries/chart/pma_pchart_chart.php index 47b0c02b5..8e85240ba 100644 --- a/libraries/chart/pma_pchart_chart.php +++ b/libraries/chart/pma_pchart_chart.php @@ -93,7 +93,7 @@ abstract class PMA_pChart_Chart extends PMA_Chart protected function drawTitle() { // Draw the title - $this->chart->drawTextBox(0,0,$this->getWidth(),$this->getLabelHeight(),$this->getTitleText(),0,255,255,255,ALIGN_CENTER,TRUE,0,0,0,30); + $this->chart->drawTextBox(0,0,$this->getWidth(),$this->getLabelHeight(),$this->getTitleText(),0,255,255,255,ALIGN_CENTER,FALSE,0,0,0,30); } protected function setGraphAreaDimensions()