Small cleanup to branch name length in input form and printouts.
[fa-stable.git] / reporting / includes / header2.inc
index 70e41ee4d219ed4e67082476a04f7c4210ed031f..538d152473c8f1493ba386f14deaf4768b4be605 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;