Backport lpdf addText fix to 2.1.x branch

This commit is contained in:
james 2007-12-12 20:36:07 +00:00
parent 70a2b5e74e
commit ffafa08e48

View File

@ -175,8 +175,6 @@ class lpdf
$content_width = $this->content_width - $xloc;
}
$this->yloc += $lineheight/72;
$nr=0;
$prevnr=-1;
do