From 2aeaf7bea9ba754858707243d55738a09e042ddc Mon Sep 17 00:00:00 2001 From: james Date: Wed, 12 Dec 2007 20:35:03 +0000 Subject: [PATCH] unbreak the broken addText() that was introduced in r977 --- lpdf.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lpdf.php b/lpdf.php index 8c57137a..ff204ca0 100644 --- a/lpdf.php +++ b/lpdf.php @@ -175,8 +175,6 @@ class lpdf $content_width = $this->content_width - $xloc; } - $this->yloc += $lineheight/72; - $nr=0; $prevnr=-1; do