From 22211659579785772887ecf3fb51a6ac0418b3b3 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 11 Aug 2005 18:39:31 +0000 Subject: [PATCH] removed obsolete TODO --- lam/lib/modules.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/lam/lib/modules.inc b/lam/lib/modules.inc index 551f70ef..d4acc84b 100644 --- a/lam/lib/modules.inc +++ b/lam/lib/modules.inc @@ -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; }