changed smb_home to smb_smbhome
This commit is contained in:
parent
3e52f102f4
commit
8eb25220e4
|
@ -225,7 +225,7 @@ function createUserPDF($accounts) {
|
||||||
$pdfFile->setFont("times","B",10);
|
$pdfFile->setFont("times","B",10);
|
||||||
$pdfFile->Cell(50,5,_("Windows home directory") . ":",0,0,"R",0);
|
$pdfFile->Cell(50,5,_("Windows home directory") . ":",0,0,"R",0);
|
||||||
$pdfFile->setFont("times","",10);
|
$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->setFont("times","B",10);
|
||||||
$pdfFile->Cell(50,5,_("Windows Domain") . ":",0,0,"R",0);
|
$pdfFile->Cell(50,5,_("Windows Domain") . ":",0,0,"R",0);
|
||||||
$pdfFile->setFont("times","",10);
|
$pdfFile->setFont("times","",10);
|
||||||
|
|
Loading…
Reference in New Issue