This commit is contained in:
Alexandre Anriot 2005-09-23 13:22:26 +00:00
parent 9e8fe582f6
commit 422ae664d0
1 changed files with 1 additions and 1 deletions

View File

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