From 8eb25220e43ca4e581249aa278bfdd9841015945 Mon Sep 17 00:00:00 2001 From: katagia Date: Tue, 11 Nov 2003 11:03:13 +0000 Subject: [PATCH] changed smb_home to smb_smbhome --- lam/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);