debuggage
This commit is contained in:
parent
4f9109948d
commit
5bde926e53
@ -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;
|
||||||
|
Reference in New Issue
Block a user