diff --git a/lam/lib/pdf.inc b/lam/lib/pdf.inc index 4c5c83b7..afb84dcb 100644 --- a/lam/lib/pdf.inc +++ b/lam/lib/pdf.inc @@ -225,7 +225,7 @@ function createUserPDF($accounts) { $pdfFile->setFont("times","B",10); $pdfFile->Cell(50,5,_("Windows home directory") . ":",0,0,"R",0); $pdfFile->setFont("times","",10); - $pdfFile->Cell(50,5,$account->smb_home,0,1,"L",0); + $pdfFile->Cell(50,5,$account->smb_smbhome,0,1,"L",0); $pdfFile->setFont("times","B",10); $pdfFile->Cell(50,5,_("Windows Domain") . ":",0,0,"R",0); $pdfFile->setFont("times","",10);