mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Addressbook / Merge functions: remove error logging
This commit is contained in:
parent
f42b5cdbe9
commit
cc1310b6de
@ -309,10 +309,10 @@ abstract class bo_merge
|
|||||||
{
|
{
|
||||||
// textdocuments are simple, they do not hold start and end, but they may have content before and after the $$pagerepeat$$ tag
|
// textdocuments are simple, they do not hold start and end, but they may have content before and after the $$pagerepeat$$ tag
|
||||||
// header and footer should not hold any $$ tags; if we find $$ tags with the header, we assume it is the pagerepeatcontent
|
// header and footer should not hold any $$ tags; if we find $$ tags with the header, we assume it is the pagerepeatcontent
|
||||||
|
$nohead = false;
|
||||||
if (stripos($contentstart,'$$') !== false) $nohead = true;
|
if (stripos($contentstart,'$$') !== false) $nohead = true;
|
||||||
if ($nohead)
|
if ($nohead)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__.__LINE__.' no head');
|
|
||||||
$contentend = $contentrepeat;
|
$contentend = $contentrepeat;
|
||||||
$contentrepeat = $contentstart;
|
$contentrepeat = $contentstart;
|
||||||
$contentstart = '';
|
$contentstart = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user