Skip to content
Permalink
Browse files Browse the repository at this point in the history
N°4002 - code hardening (merge from support/2.6)
  • Loading branch information
eespie committed May 27, 2021
2 parents e7b5953 + 86f649a commit 84741c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/run_query.php
Expand Up @@ -105,8 +105,6 @@ function ShowExamples($oP, $sExpression)
if ($sEncoding == 'crypted')
{
// Translate $sExpression into a oql expression
$sClearText = base64_decode($sExpression);
echo "<strong>FYI: '$sClearText'</strong><br/>\n";
$oFilter = DBObjectSearch::unserialize($sExpression);
$sExpression = $oFilter->ToOQL();
}
Expand Down

0 comments on commit 84741c1

Please sign in to comment.