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

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