CON-333 — Refine static database synchronization logic to ensure that the display of differing content is contingent on the presence of actual differences. Update conditional checks to enhance clarity in the output when differences exist. Increment version code.

This commit is contained in:
2026-07-23 10:09:23 -04:00
parent 5b6faf93f9
commit f76fb95fcd

View File

@ -419,7 +419,7 @@ if ($strDetailTable !== '' && $strDetailEnv !== '') {
</ul>
<?php } ?>
<?php if (count($tabDiffSamples) > 0) { ?>
<?php if (count($tabDiffSamples) > 0 && $intDiff > 0) { ?>
<h3 style="margin-top:18px;font-size:1rem;">Contenu différent (<?php echo (int)$intDiff; ?>)</h3>
<ul class="detail-list">
<?php foreach ($tabDiffSamples as $tabSample) { ?>