From 03e9bcd47a49759618be36daad3c0793783a01b0 Mon Sep 17 00:00:00 2001 From: acognet Date: Thu, 10 Feb 2022 15:04:59 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04488=20-=20deprecate=20cmdbAbstractObjec?= =?UTF-8?q?t::GetSetAsHTMLSpreadsheet()=20used=20only=20by=20the=20old=20e?= =?UTF-8?q?xport.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/cmdbabstract.class.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/application/cmdbabstract.class.inc.php b/application/cmdbabstract.class.inc.php index 6ff969b78..c230a1ae6 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -1557,6 +1557,8 @@ HTML * @param array $aParams * * @throws \Exception + * only used in old and deprecated export.php + * @deprecated since 2.7.7 3.0.1 */ public static function DisplaySetAsHTMLSpreadsheet(WebPage $oPage, CMDBObjectSet $oSet, $aParams = array()) { @@ -1577,6 +1579,8 @@ HTML * @throws \MySQLException * @throws \MySQLHasGoneAwayException * @throws \Exception + * only used in old and deprecated export.php + * @deprecated since 2.7.7 3.0.1 */ public static function GetSetAsHTMLSpreadsheet(DBObjectSet $oSet, $aParams = array()) {