Changeset 3702


Ignore:
Timestamp:
01/18/11 15:50:26 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1413 - Mobile - Ajuste na consulta SQL, adicionado novo campo na visualização do grupo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/contactcenter/inc/class.so_group.inc.php

    r3348 r3702  
    371371                function selectContactsByGroup($idGroup) 
    372372                { 
    373                         $query = 'select C.id_connection, A.names_ordered, C.connection_value from phpgw_cc_contact A,'. 
     373                        $query = 'select C.id_connection, A.names_ordered, C.connection_value, A.id_contact from phpgw_cc_contact A,'. 
    374374                        'phpgw_cc_contact_conns B, phpgw_cc_connections C,phpgw_cc_contact_grps D where '. 
    375375                        'A.id_contact = B.id_contact and B.id_connection = C.id_connection '. 
Note: See TracChangeset for help on using the changeset viewer.