1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 16:27:39 +02:00
parent 9eac1c4970
commit 8740bf8a75

View File

@ -20,7 +20,7 @@ $ncdb = new db("nextcloud");
$doldb->query("SELECT login FROM llx_adherent"); $doldb->query("SELECT login FROM llx_adherent");
while ($login = $doldb->result->fetch_object()) while ($login = $doldb->result->fetch_object())
{ {
print_r ($login); echo ($login[login]);
} }
$result->close(); $doldb->result->close();
?> ?>