Ignore:
Timestamp:
03/01/12 10:37:23 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 no modulo ExpressoAdmin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.uimaillists.inc.php

    r5133 r5593  
    6464                        { 
    6565                                // limit query to limit characters 
    66                                 if(eregi('^[a-z_0-9_%-].+$',$_POST['query']))  
     66                                if(preg_match('/^[a-z_0-9_%-].+$/i',$_POST['query']))  
    6767                                        $GLOBALS['query'] = $_POST['query']; 
    6868                        } 
Note: See TracChangeset for help on using the changeset viewer.