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.uiaccounts.inc.php

    r5220 r5593  
    132132                        { 
    133133                                // limit query to limit characters 
    134                                 if(eregi('^[a-z_0-9_-].+$',$_POST['query']))  
     134                                if(preg_match('/^[a-z_0-9_-].+$/i',$_POST['query']))  
    135135                                { 
    136136                                        $GLOBALS['query'] = $_POST['query']; 
Note: See TracChangeset for help on using the changeset viewer.