Skip to content

Commit

Permalink
Stop printing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 15, 2020
1 parent aa11649 commit cd01334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Database/Sqlsrv/Result.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public function freeResult()
*/
public function dataSeek(int $n = 0)
{
if ($n)
if ($n > 0)
{
for ($i = 0; $i < $n; $i++)
{
Expand Down

0 comments on commit cd01334

Please sign in to comment.