removed obsolete TODO

This commit is contained in:
Roland Gruber 2005-08-11 18:39:31 +00:00
parent 98cc8373e7
commit 2221165957
1 changed files with 0 additions and 1 deletions

View File

@ -834,7 +834,6 @@ class accountContainer {
}
if ($post['outputpdf']) {
// Create / display PDf-file
// TODO: add selection for PDF structure in final page
createModulePDF(array($_SESSION[$this->base]), $post['pdfStructure']);
exit;
}