Ignore:
Timestamp:
12/14/12 14:30:35 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Melhorias de performance no codigo do Expresso.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/inc/class.bo_company_manager.inc.php

    r2 r7655  
    213213                                $return['relation'.$count]['type'] = $relation->get_type_name();  
    214214                                $return['relation'.$count]['is_subordinated'] = $relation->get_is_subordinated(); 
    215                                 $count++; 
     215                                ++$count; 
    216216                        } 
    217217                         
     
    285285                                $return['address'.$count]['id_country'] = $address->get_id_country(); 
    286286                                $return['address'.$count]['country_name'] = $address->get_country_name(); 
    287                                 $count++; 
     287                                ++$count; 
    288288                        } 
    289289                         
     
    331331                                $return['connection'.$count]['connection_value'] = $connection->get_value(); 
    332332                                $return['connection'.$count]['connection_is_default'] = $connection->is_default(); 
    333                                 $count++; 
     333                                ++$count; 
    334334                        } 
    335335                         
     
    368368                                $return['contact'.$count]['title'] = $value['title']; 
    369369                                $return['contact'.$count]['department'] = $value['department']; 
    370                                 $count++; 
     370                                ++$count; 
    371371                        } 
    372372                         
     
    412412                                $return['legal'.$count]['legal_info_value'] = $legal->get_value(); 
    413413                                $return['legal'.$count]['legal_is_default'] = $legal->is_default(); 
    414                                 $count++; 
     414                                ++$count; 
    415415                        } 
    416416                         
Note: See TracChangeset for help on using the changeset viewer.