mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4002 - code hardening
This commit is contained in:
@@ -113,7 +113,6 @@ try
|
|||||||
{
|
{
|
||||||
// Translate $sExpression into a oql expression
|
// Translate $sExpression into a oql expression
|
||||||
$sClearText = base64_decode($sExpression);
|
$sClearText = base64_decode($sExpression);
|
||||||
echo "<strong>FYI: '$sClearText'</strong><br/>\n";
|
|
||||||
$oFilter = DBObjectSearch::unserialize($sExpression);
|
$oFilter = DBObjectSearch::unserialize($sExpression);
|
||||||
$sExpression = $oFilter->ToOQL();
|
$sExpression = $oFilter->ToOQL();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user