debuggage
This commit is contained in:
parent
5bde926e53
commit
dc058b29ba
@ -45,6 +45,7 @@ while ($user = $doldb->result->fetch_assoc())
|
||||
$ncdb->query("SELECT configvalue FROM oc_preferences WHERE userid='" . $user["login"] . "' AND appid='core' AND configkey='enabled'");
|
||||
if ( $ncdb->result->num_rows != 0 )
|
||||
{
|
||||
print_r($r);
|
||||
$r = $ncdb->result->fetch_assoc();
|
||||
$status = $r["configvalue"] ;
|
||||
}else
|
||||
|
Reference in New Issue
Block a user