Changeset 5928 for trunk/listAdmin


Ignore:
Timestamp:
04/12/12 11:15:33 (12 years ago)
Author:
marcosw
Message:

Ticket #2398 - Compatibilizacao com PHP-5.3 em alguns módulos do expresso

File:
1 edited

Legend:

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

    r3514 r5928  
    5555                        { 
    5656                                // limit query to limit characters 
    57                                 if(eregi('^[a-z_0-9_%-].+$',$_POST['query']))  
     57                                if(preg_match('/^[a-z_0-9_%-].+$/i',$_POST['query']))  
    5858                                        $GLOBALS['query'] = $_POST['query']; 
    5959                        } 
Note: See TracChangeset for help on using the changeset viewer.