1
0
This commit is contained in:
Daniel Tartavel 2019-09-01 15:50:19 +02:00
parent 00b54df83c
commit bb44e8af49

View File

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