Skip to content
Permalink
Browse files Browse the repository at this point in the history
N°4002 - code hardening
  • Loading branch information
eespie committed May 27, 2021
1 parent 4f5c987 commit 86f649a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/run_query.php
Expand Up @@ -112,7 +112,6 @@ function ShowExamples($oP, $sExpression)
if ($sEncoding == 'crypted')
{
// Translate $sExpression into a oql expression
$sClearText = base64_decode($sExpression);
$oFilter = DBObjectSearch::unserialize($sExpression);
$sExpression = $oFilter->ToOQL();
}
Expand Down

0 comments on commit 86f649a

Please sign in to comment.