From fc3bf53c470651c263fdf6fd07ec066b1124904e Mon Sep 17 00:00:00 2001 From: duergner Date: Sat, 28 Feb 2004 12:22:09 +0000 Subject: [PATCH] *** empty log message *** --- lam-0.4/lib/pdf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam-0.4/lib/pdf.inc b/lam-0.4/lib/pdf.inc index 228fc37d..fac96857 100644 --- a/lam-0.4/lib/pdf.inc +++ b/lam-0.4/lib/pdf.inc @@ -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);