Changeset 330


Ignore:
Timestamp:
06/24/08 17:19:22 (16 years ago)
Author:
niltonneto
Message:

Código para validar filtros foi comentado.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.ScriptS.inc.php

    r320 r330  
    211211                   $input = preg_replace($patterns, $replacements, $input); 
    212212                   } 
    213                    if (($input{0}) && (!eregi('^[a-zA-Z0-9=-]+$',$input))) 
    214                                 return false;    
    215                         else 
     213                //   if (($input{0}) && (!eregi('^[a-zA-Z0-9=\-@&\.#\$!?%:\+_<>\(\)\"\ ]+$',$input))) 
     214                //              return false;    
     215                //      else 
    216216                        return($input); 
    217217        } 
Note: See TracChangeset for help on using the changeset viewer.