1
0

debuggage

This commit is contained in:
Daniel Tartavel 2019-11-30 00:17:53 +01:00
parent 4f9109948d
commit 5bde926e53

View File

@ -46,7 +46,7 @@ while ($user = $doldb->result->fetch_assoc())
if ( $ncdb->result->num_rows != 0 ) if ( $ncdb->result->num_rows != 0 )
{ {
$r = $ncdb->result->fetch_assoc(); $r = $ncdb->result->fetch_assoc();
$status = $r["configkey"] ; $status = $r["configvalue"] ;
}else }else
{ {
$status = 1; $status = 1;