From f36c8c5cdd44534fe42729facba992b578f8a899 Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Mon, 26 Jun 2023 11:17:20 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B06408=20-=20:white=5Fcheck=5Fmark:=20CRUD?= =?UTF-8?q?=20:=20Issue=20on=20DBlinkchange=20event=20when=20delete=20et?= =?UTF-8?q?=20create?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 8161a7383..e83f2ba8b 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -602,7 +602,7 @@ abstract class DBObject implements iDisplay public function Set($sAttCode, $value) { if (!utils::StartsWith(get_class($this), 'CMDBChange') && $this->GetKey() > 0) { - $this->LogCRUDEnter(__METHOD__, "$sAttCode => $value"); + $this->LogCRUDEnter(__METHOD__, "$sAttCode => ".var_export($value, true)); } $sMessage = $this->IsReadOnly();