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