Author: cedric@yterium.com
Date: Tue Aug 15 13:17:38 2006
New Revision: 4536
Log:
initialisation incorrecte du buffer (#95)
Modified:
_plugins_branche_stable_/_spip_1_9_0_/article_pdf/pdf/fpdf.php
Modified: _plugins_branche_stable_/_spip_1_9_0_/article_pdf/pdf/fpdf.php
--- _plugins_branche_stable_/_spip_1_9_0_/article_pdf/pdf/fpdf.php (original)
+++ _plugins_branche_stable_/_spip_1_9_0_/article_pdf/pdf/fpdf.php Tue Aug 15 13:17:38 2006
@@ -314,7 +314,7 @@
function ResetBuffer()
{
$this->n=2;
- $this->buffer=0;
+ $this->buffer='';
$this->state==0;
$this->page=0;
$this->FontFamily='';