forked from extern/egroupware
"fixed concatination of rtf files"
This commit is contained in:
parent
6c1dcb430d
commit
6abf7b87b0
@ -250,14 +250,7 @@ class addressbook_merge // extends bo_merge
|
||||
}
|
||||
if ($contentrepeat)
|
||||
{
|
||||
$content = "";
|
||||
foreach ($contentrep as $idrep => $repvalue)
|
||||
{
|
||||
$counter++;
|
||||
$content .= $repvalue;
|
||||
if (each($contentrep) != false && count($contentrep) !=1) $content .= "\par \page\pard\plain"; // page break
|
||||
}
|
||||
$content = $contentstart.$content.$contentend;
|
||||
return $contentstart.implode('\\par \\page\\pard\\plain',$contentrep).$contentend;
|
||||
}
|
||||
return $content;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user