From 54b0177a0c1c368aa3e9327549c24c27a037d87d Mon Sep 17 00:00:00 2001 From: duergner Date: Sun, 30 May 2004 14:06:11 +0000 Subject: [PATCH] little bug corrected in in createn of \n"; + $user_pdf .= '\n"; } // Get available group PDF structure definitions $pdfStructDefs = getPDFStructureDefinitions('group'); $group_pdf = ''; for($i = 0;$i < count($pdfStructDefs); $i++) { - $group_pdf .= '\n"; + $group_pdf .= '\n"; } // Get available host PDF structure definitions $pdfStructDefs = getPDFStructureDefinitions('host'); $host_pdf = ''; for($i = 0;$i < count($pdfStructDefs); $i++) { - $host_pdf .= '\n"; + $host_pdf .= '\n"; } echo $_SESSION['header'];