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:
@ -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) { ?>
|
||||
|
||||
Reference in New Issue
Block a user