Changeset 5915 for trunk/contactcenter


Ignore:
Timestamp:
04/11/12 12:25:36 (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/contactcenter/inc/class.abo_catalog.inc.php

    r5912 r5915  
    356356                                                for($k = 0; $k < $n_joins; $k++) 
    357357                                                { 
    358                                                         if (preg_match('/'.$query_join_reg.'/',$query_fields_joins[$k])) 
     358                                                        if (preg_match("/$query_join_reg/",$query_fields_joins[$k])) 
    359359                                                        {        
    360360                                                                $unique = false; 
     
    430430                                                for($k = 0; $k < $n_joins; $k++) 
    431431                                                { 
    432                                                         if (preg_match('/'.$query_join_reg.'/',$query_restric_joins[$k])) 
     432                                                        if (preg_match("/$query_join_reg/",$query_restric_joins[$k])) 
    433433                                                        {        
    434434                                                                $unique = false; 
Note: See TracChangeset for help on using the changeset viewer.