mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
switch off talkative setElementAttribute
This commit is contained in:
parent
b4372023bb
commit
e4deb0f0a5
@ -873,7 +873,7 @@ class etemplate_widget
|
|||||||
'key' => $attr,
|
'key' => $attr,
|
||||||
'value' => $val
|
'value' => $val
|
||||||
));
|
));
|
||||||
error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
//error_log(__METHOD__."('$name', '$attr', ...) ".function_backtrace());
|
||||||
}
|
}
|
||||||
if (isset($this)) $this->attrs[$attr] = $val;
|
if (isset($this)) $this->attrs[$attr] = $val;
|
||||||
if (!is_null($val)) $ref = $val;
|
if (!is_null($val)) $ref = $val;
|
||||||
|
Loading…
Reference in New Issue
Block a user