From b90bed54f4f48519deea11868d4fe2e07366fee9 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 3 May 2010 21:08:48 +0000 Subject: [PATCH] Change the fill color --- html/category_pdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/category_pdf.php b/html/category_pdf.php index 7e652b9a1..790d13c56 100644 --- a/html/category_pdf.php +++ b/html/category_pdf.php @@ -98,7 +98,7 @@ foreach($array as $row) { $amount_deb=0;$amount_cred=0; for ($i=0;$icontent);$i++){ if ( $i % 2 == 0 ) { - $pdf->SetFillColor(226,241,243); + $pdf->SetFillColor(220,221,255); $fill=1; } else { $pdf->SetFillColor(0,0,0);