fixed small Bug in the serial letter function

This commit is contained in:
Stefan Becker 2008-04-11 12:35:58 +00:00
parent 8d9737dab9
commit a900cf91a7

View File

@ -260,7 +260,7 @@ class addressbook_merge // extends bo_merge
{
$counter++;
$content .= $repvalue;
if (each($contentrep) != false) $content .= "\par \page\pard\plain"; // page break
if (each($contentrep) != false && count($contentrep) !=1) $content .= "\par \page\pard\plain"; // page break
}
$content = $contentstart.$content.$contentend;
}