From f76fb95fcdbdcb298d9f72676afe7fb60016def8 Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 23 Jul 2026 10:09:23 -0400 Subject: [PATCH] =?UTF-8?q?CON-333=20=E2=80=94=20Refine=20static=20databas?= =?UTF-8?q?e=20synchronization=20logic=20to=20ensure=20that=20the=20displa?= =?UTF-8?q?y=20of=20differing=20content=20is=20contingent=20on=20the=20pre?= =?UTF-8?q?sence=20of=20actual=20differences.=20Update=20conditional=20che?= =?UTF-8?q?cks=20to=20enhance=20clarity=20in=20the=20output=20when=20diffe?= =?UTF-8?q?rences=20exist.=20Increment=20version=20code.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- php/sync_static_db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/sync_static_db.php b/php/sync_static_db.php index 8af65e9..45bc44f 100644 --- a/php/sync_static_db.php +++ b/php/sync_static_db.php @@ -419,7 +419,7 @@ if ($strDetailTable !== '' && $strDetailEnv !== '') { - 0) { ?> + 0 && $intDiff > 0) { ?>

Contenu différent ()