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 e441e5e commit 4f5c987
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/run_query.php
Expand Up @@ -113,7 +113,6 @@ function ShowExamples($oP, $sExpression)
{
// 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 4f5c987

Please sign in to comment.