bug 729517
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* pdf_schema.php3, bug 729517, better comment output,
|
||||
thanks to Maxime Delorme
|
||||
|
||||
2003-04-30 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
|
||||
|
||||
|
@@ -474,8 +474,8 @@ function Row($data,$links)
|
||||
$nb=0;
|
||||
for($i=0;$i<count($data);$i++)
|
||||
$nb=max($nb,$this->NbLines($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
|
||||
|
Reference in New Issue
Block a user