DT
This commit is contained in:
parent
ee3dbfe51e
commit
9eac1c4970
@ -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[]);
|
print_r ($login);
|
||||||
}
|
}
|
||||||
$result->close();
|
$result->close();
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user