1
0
Fork 0

debuggage

This commit is contained in:
Daniel Tartavel 2019-11-30 01:00:57 +01:00
parent e1aeddc0ca
commit 54cbafb158
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ while ($user = $doldb->result->fetch_assoc())
}
if ( $user["fk_user_valid"] != $status )
{
echo "\ndifférent\n##############################\n";
if ( $insert )
{
$query = "INSERT INTO oc_preferences (configvalue) VALUES ( '" . $user["fk_user_valid"] . "' ) ";