This commit is contained in:
Andreas Österreicher
2012-09-28 09:21:47 +00:00
parent 559d21e599
commit c776fe0dbf
+2 -1
View File
@@ -183,7 +183,8 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
$i++;
}
//echo "pos:".$pagebreakposition;
if($i>$pagebreakposition)
//if($i>$pagebreakposition)
if($pagebreak)
echo " </details_1>\n";
else
echo " </details>\n";