diff --git a/nconnector.php b/nconnector.php index 8da4532..6bb6573 100755 --- a/nconnector.php +++ b/nconnector.php @@ -12,7 +12,7 @@ function esp( $s ) $s = " $s "; return $s; } -json_encode( + $doldb = new db("dolibarr"); $ncdb = new db("nextcloud"); $doldb->query("SELECT login, firstname, lastname, pass_crypted, fk_adherent_type, address, email, phone_perso, phone_mobile, zip, town FROM llx_adherent");