fixed PDF output

This commit is contained in:
Roland Gruber 2005-06-12 19:47:54 +00:00
parent c9b305523b
commit fc2b2021a5
1 changed files with 2 additions and 1 deletions

View File

@ -816,7 +816,8 @@ class accountContainer {
}
if ($post['outputpdf']) {
// Create / display PDf-file
call_user_func('create'.ucfirst($this->type).'PDF', array($_SESSION[$this->base]));
// TODO: add selection for PDF structure in final page
createModulePDF(array($_SESSION[$this->base]), 'default.xml');
exit;
}
}