This commit is contained in:
Alexandre Anriot 2005-09-23 16:07:42 +00:00
parent 3febdeefe1
commit b84b8b1714
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function clean_ip($ip)
{
$connexion = connexion();
$blank = "supprime";
$blank = "Supprimée";
$query = 'update users set ip = \''.$blank.'\' where ip = \''.$ip.'\'';
$resultat = mysql_query($query) or die("Erreur clean_ip: ".mysql_error());