+ Fix bug

This commit is contained in:
Djery-Tom 2020-10-29 20:15:47 +01:00
parent 74adfaf1fd
commit 70e78cd509
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@
<?php <?php
$sql2 = $networks; $sql2 = $networks;
if ($sql2 != false) { if ($sql2 != false) {
$sql2 = array_filter($sql2,function ($val){
return $val->type == 'autre';
});
$numrows = sizeof($sql2); $numrows = sizeof($sql2);
$num = 0; $num = 0;
if ($numrows > 0) { if ($numrows > 0) {