mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
fixed small Bug in the serial letter function
This commit is contained in:
parent
8d9737dab9
commit
a900cf91a7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user