Skip to content

Commit

Permalink
Update list.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy authored Nov 21, 2024
1 parent 5b50d5e commit b15ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fichinter/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@

print '</tr>'."\n";

$total += (isset($obj->duree)?$obj->duree:0);
$total += (isset($obj->duree) ? $obj->duree : 0);
}
$i++;
}
Expand Down

0 comments on commit b15ca3d

Please sign in to comment.