mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
stopping permanent error_log
This commit is contained in:
parent
64b4ac7e68
commit
b045e1f852
@ -667,7 +667,7 @@ class etemplate_widget
|
|||||||
*/
|
*/
|
||||||
public function &getElementAttribute($name, $attr)
|
public function &getElementAttribute($name, $attr)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__."('$name', '$attr')");
|
//error_log(__METHOD__."('$name', '$attr')");
|
||||||
return self::$request->modifications[$name][$attr];
|
return self::$request->modifications[$name][$attr];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -684,7 +684,7 @@ class etemplate_widget
|
|||||||
$ref =& self::$request->modifications[$name][$attr];
|
$ref =& self::$request->modifications[$name][$attr];
|
||||||
if (!is_null($val)) $ref = $val;
|
if (!is_null($val)) $ref = $val;
|
||||||
|
|
||||||
error_log(__METHOD__."('$name', '$attr', ".array2string($val).')');
|
//error_log(__METHOD__."('$name', '$attr', ".array2string($val).')');
|
||||||
return $ref;
|
return $ref;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user