corrections mineures
This commit is contained in:
@@ -81,7 +81,7 @@ while ($user = $doldb->result->fetch_assoc())
|
||||
$oc_preferences_query_email = "INSERT INTO oc_preferences(userid, appid, configkey, configvalue) VALUES ('" . $user["login"] . "', 'settings', 'email', '" . $user["email"] . "')";
|
||||
echo $account_data . EOL . $oc_account_query . EOL . $oc_users_query .EOL . $oc_group_user_query . EOL . $oc_preferences_query_quota . EOL . $oc_preferences_query_email . EOL;
|
||||
|
||||
if (!$ncdb->query($oc_account_query))
|
||||
if ($ncdb->query($oc_account_query))
|
||||
{
|
||||
echo "Echec lors de la requete : (" . $ncdb->connect->errno . ") " . $ncdb->connect->error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user