From ea4fa4815cdf4f8085877ffe2be33b26fea3d867 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Mon, 28 Sep 2009 08:45:01 +0000 Subject: [PATCH] Temporarily removed the TAB "OQL query", until it gets finalized with the link management SVN:trunk[184] --- 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 1579874ec..f6230114d 100644 --- a/application/cmdbabstract.class.inc.php +++ b/application/cmdbabstract.class.inc.php @@ -473,10 +473,14 @@ abstract class cmdbAbstractObject extends CMDBObject $iSearchFormId++; $sClassName = $oSet->GetFilter()->GetClass(); + // Romain: temporariy removed the tab "OQL query" because it was not finalized + // (especially when used to add a link) + /* $sHtml .= "
\n"; + */ // Simple search form $sHtml .= "
\n"; $sHtml .= "

Search for ".MetaModel::GetName($sClassName)." Objects

\n";