From a7709f027d6022bee4cb77db56092e3437bea39a Mon Sep 17 00:00:00 2001 From: duergner Date: Sat, 28 Feb 2004 12:34:26 +0000 Subject: [PATCH] *** empty log message *** --- lam-0.4/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam-0.4/lib/pdf.inc b/lam-0.4/lib/pdf.inc index 4ee539f0..10dc88b0 100644 --- a/lam-0.4/lib/pdf.inc +++ b/lam-0.4/lib/pdf.inc @@ -153,7 +153,7 @@ function createUserPDF($accounts) { if (sizeof($account->general_groupadd) > 0) $text = implode(", ", $account->general_groupadd); } $pdfFile->setFont("times","",10); - $pdfFile->MultiCell(0,5,$text,1,"L",0); + $pdfFile->MultiCell(0,5,$text,0,"L",0); $pdfFile->setFont("times","B",10); $pdfFile->Cell(50,5,_("Home Directory") . ":",0,0,"R",0); $pdfFile->setFont("times","",10);