From 306e16147a353eefd818c2f68a212bbd498ff194 Mon Sep 17 00:00:00 2001 From: acognet Date: Wed, 22 Jun 2022 09:19:58 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05232=20-=20Deprecate=20\CMDBObject::DBCl?= =?UTF-8?q?oneTracked?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/cmdbobject.class.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/cmdbobject.class.inc.php b/core/cmdbobject.class.inc.php index e53cd8659..4a53aa034 100644 --- a/core/cmdbobject.class.inc.php +++ b/core/cmdbobject.class.inc.php @@ -614,7 +614,9 @@ abstract class CMDBObject extends DBObject { return $this->DBCloneTracked_Internal(); } - +/* + * @deprecated 3.1.0 not used +*/ public function DBCloneTracked(CMDBChange $oChange, $newKey = null) { self::SetCurrentChange($oChange);