1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 16:40:23 +02:00
parent 7bac916714
commit 13813b21ec

View File

@ -18,7 +18,7 @@ $doldb = new db("dolibarr");
$ncdb = new db("nextcloud");
//$ncdb->database = "nextcloud";
$doldb->query("SELECT login FROM llx_adherent");
while ($login = $doldb->result->fetch_object())
while ($login = $doldb->result->fetch_assoc())
{
echo ($login["login"]);
}