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/workflow/inc/local/classes/class.wf_regex.php

    r5921 r5928  
    525525                        return( preg_match("/$pattern/", (string) $input ) ); 
    526526                else 
    527                         return( eregi( $pattern, (string) $input ) ); 
     527                        return( preg_match("/$pattern/i", (string) $input ) ); 
    528528        } 
    529529 
Note: See TracChangeset for help on using the changeset viewer.