1
0
Fork 0

debuggage

This commit is contained in:
Daniel Tartavel 2019-11-30 00:22:16 +01:00
parent dc058b29ba
commit 431e2b532a
1 changed files with 2 additions and 2 deletions

View File

@ -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'");
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"] ;
}else
{