From cc1310b6dee68148fca6aff72d29f382527f7fb2 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 15 Dec 2010 12:06:53 +0000 Subject: [PATCH] Addressbook / Merge functions: remove error logging --- etemplate/inc/class.bo_merge.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index 5693fb8b75..60b57e8ba2 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -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 // 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 ($nohead) { - error_log(__METHOD__.__LINE__.' no head'); $contentend = $contentrepeat; $contentrepeat = $contentstart; $contentstart = '';