Merge pull request #21020 from defrance/patch-191

php V8 Warning
This commit is contained in:
Laurent Destailleur 2022-05-25 19:05:53 +02:00 committed by GitHub
commit 0bce06f5e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,7 +366,7 @@ $param .= "&socid=".urlencode($socid);
$param .= "&type_element=".urlencode($type_element);
$total_qty = 0;
$num=0;
if ($sql_select) {
$resql = $db->query($sql);
if (!$resql) {