fixed wrong title for groups

This commit is contained in:
uid108615 2003-10-23 18:55:13 +00:00
parent c590e897d5
commit 487d2b3c84
1 changed files with 2 additions and 2 deletions

View File

@ -434,12 +434,12 @@ function createHostPDF($accounts) {
// $accounts: array of account
function createGroupPDF($accounts) {
// Start PDF file
$pdfFile = new lamHostPDF();
$pdfFile = new lamGroupPDF();
$pdfFile->Open();
// Write some information into the PDF file
$pdfFile->setFont("arial","",12);
$pdfFile->setTitle("LDAP Account Manager");
$pdfFile->setSubject(_("Samba-Host information page"));
$pdfFile->setSubject(_("Group information page"));
$pdfFile->setAuthor("LDAP Account Manager Devel-Team -Roland Gruber-");
$pdfFile->setCreator("LDAP Account Manager (pdf.inc)");
// print host accounts