*** empty log message ***

This commit is contained in:
duergner 2004-02-28 12:23:10 +00:00
parent fc3bf53c47
commit 1b3664f024
1 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ function createUserPDF($accounts) {
elseif($account->unix_password == "") {
}
else {
// $account->unix_password = $_SESSION['ldap']->decrypt(base64_decode($account->unix_password));
$account->unix_password = $_SESSION['ldap']->decrypt(base64_decode($account->unix_password));
$pdfFile->setFont("times","B",10);
$pdfFile->Cell(50,5,_("Unix password") . ":",0,0,"R",0);
$pdfFile->setFont("times","",10);
@ -225,8 +225,8 @@ function createUserPDF($accounts) {
$pdfFile->setFont("times","B",10);
$pdfFile->Cell(50,5,_("Windows Domain") . ":",0,0,"R",0);
$pdfFile->setFont("times","",10);
// if($_SESSION['config']->get_samba3() == "yes") $pdfFile->Cell(50,5,$account->smb_domain->name,0,1,"L",0);
// else $pdfFile->Cell(50,5,$account->smb_domain,0,1,"L",0);
if($_SESSION['config']->get_samba3() == "yes") $pdfFile->Cell(50,5,$account->smb_domain->name,0,1,"L",0);
else $pdfFile->Cell(50,5,$account->smb_domain,0,1,"L",0);
// Print Quota settings
$pdfFile->Ln(9);
$pdfFile->setFont("arial","B",12);