1627 - Ticket ref sometimes duplicate

🐛 INSERT/UPDATE do not require to free the results
This commit is contained in:
bruno DA SILVA
2020-01-28 11:59:04 +01:00
parent e9dec8ae05
commit 0d85331bca

View File

@@ -117,7 +117,6 @@ final class ItopCounter
}
$hResult = mysqli_query($hDBLink, $sSql);
mysqli_free_result($hResult);
}
catch(Exception $e)