Ignore:
Timestamp:
Nov 23, 2009, 9:24:55 AM (14 years ago)
Author:
cljosse
Message:

[mail_supervisor] Fix Bug on add new user in main.inc.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Mail_supervisor/include/fonctions.php

    r4337 r4349  
    756756$type=array();
    757757$result="";
     758if (strlen($ip)>3) {
    758759//==================  Vérifie si l'IP est correct  ================================
    759760if (clj_is_ip($ip)){     
     
    773774}   
    774775//=============================================================================
    775 
     776}
    776777$user_name=str_replace(" ","%20",$user_name);
    777778$mail_adresse =str_replace(" ","%20",$mail_adresse);
Note: See TracChangeset for help on using the changeset viewer.