Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / reporting / includes / header2.inc
index c76ae9f60d3161de3c0039efe610eaac88a29838..979d09d6b91f20b758244c5ad11fe9d8834abfbd 100644 (file)
                $this->row = $temp;
                $this->Text($mcol, $Addr2['name']);
                $this->NewLine();
-               $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address']);
+               $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $Addr2['address'], 'left', 0, 0, NULL, 1);
 
                // Auxiliary document information
                $col = $this->leftMargin;
 
                $this->Font();
                $temp = $iline6 - $this->lineHeight - 2;
-?>