diff --git a/ChangeLog b/ChangeLog index 08b5fac69..f269e9e72 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-04-30 Marc Delisle + * pdf_schema.php3, bug 729517, better comment output, + thanks to Maxime Delorme + 2003-04-30 Michal Cihar * tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE). diff --git a/pdf_schema.php3 b/pdf_schema.php3 index 62b42a11e..5278e32b5 100644 --- a/pdf_schema.php3 +++ b/pdf_schema.php3 @@ -474,8 +474,8 @@ function Row($data,$links) $nb=0; for($i=0;$iNbLines($this->widths[$i],$data[$i])); - $il = 2.7; - $h=$il*$nb+2; + $il = $this->FontSize; + $h=($il+1)*$nb; // page break if necessary $this->CheckPageBreak($h); // draw the cells