From 15683602092269689b88429432a20e946c6da263 Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Mon, 15 Jun 2020 13:28:18 +0200 Subject: [PATCH] debug synchro contacts --- adherents2contacts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/adherents2contacts.php b/adherents2contacts.php index 34dd045..e423d6b 100644 --- a/adherents2contacts.php +++ b/adherents2contacts.php @@ -31,6 +31,7 @@ while($a = $db->result->fetch_array()) $civility =""; break; } + $query = "SELECT EXISTS(SELECT 1 FROM llx_socpeople WHERE ref_ext='" . $a['rowid'] . "')"; $db_contacts->query($query); $r= $db_contacts->result->fetch_array();