DT
This commit is contained in:
parent
00b54df83c
commit
bb44e8af49
@ -12,7 +12,7 @@ function esp( $s )
|
|||||||
$s = " $s ";
|
$s = " $s ";
|
||||||
return $s;
|
return $s;
|
||||||
}
|
}
|
||||||
json_encode(
|
|
||||||
$doldb = new db("dolibarr");
|
$doldb = new db("dolibarr");
|
||||||
$ncdb = new db("nextcloud");
|
$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");
|
$doldb->query("SELECT login, firstname, lastname, pass_crypted, fk_adherent_type, address, email, phone_perso, phone_mobile, zip, town FROM llx_adherent");
|
||||||
|
Reference in New Issue
Block a user