Ignore:
Timestamp:
04/01/08 11:18:07 (16 years ago)
Author:
niltonneto
Message:

Correção da janela Adicionar Grupo, para otimizar a busca dos emails dos contatos.

File:
1 edited

Legend:

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

    r241 r253  
    117117                        'A.id_contact = B.id_contact and B.id_connection = C.id_connection and '. 
    118118                        'C.connection_is_default = true and B.id_typeof_contact_connection = 1 and '. 
    119                         'A.id_owner ='.$this->owner.' order by A.names_ordered,C.connection_value'; 
     119                        'A.id_owner ='.$this->owner.' order by A.names_ordered'; 
    120120 
    121121                                         
Note: See TracChangeset for help on using the changeset viewer.