1
0
Fork 0

debug synchro contacts

This commit is contained in:
Daniel Tartavel 2020-06-15 13:28:18 +02:00
parent 1699863be8
commit 1568360209
1 changed files with 1 additions and 0 deletions

View File

@ -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();