changed smb_home to smb_smbhome

This commit is contained in:
katagia 2003-11-11 11:03:13 +00:00
parent 3e52f102f4
commit 8eb25220e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);