switch off talkative setElementAttribute

This commit is contained in:
Klaus Leithoff 2014-03-12 13:44:33 +00:00
parent b4372023bb
commit e4deb0f0a5

View File

@ -873,7 +873,7 @@ class etemplate_widget
'key' => $attr,
'value' => $val
));
error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
}
if (isset($this)) $this->attrs[$attr] = $val;
if (!is_null($val)) $ref = $val;