1
0
This commit is contained in:
Daniel Tartavel 2019-08-31 18:01:25 +02:00
parent e6ee934606
commit c2d5c75c6f

View File

@ -25,7 +25,7 @@ while ($user = $doldb->result->fetch_assoc())
if ( $ncdb->result->num_rows != 0 ) if ( $ncdb->result->num_rows != 0 )
{ {
$ncuser = $ncdb->result->fetch_assoc(); $ncuser = $ncdb->result->fetch_assoc();
echo "uid:" . $ncuser["uid"]; echo "uid:" . $ncuser["uid"] . EOL;
} }
$ncdb->result->close(); $ncdb->result->close();
} }