diff --git a/api/src/Etemplate/Widget/Date.php b/api/src/Etemplate/Widget/Date.php index 39b64e96a9..729599f257 100644 --- a/api/src/Etemplate/Widget/Date.php +++ b/api/src/Etemplate/Widget/Date.php @@ -135,7 +135,7 @@ class Date extends Transformer // do NOT stall for somehow invalid values: log it and return empty if($value) { - $e->details = $this->id . ': ' . json_encode($value); + //error_log(__METHOD__."()".$this->id . ': ' . json_encode($value)); _egw_log_exception($e); } return null;