Ignore:
Timestamp:
04/24/07 17:30:15 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2 r16  
    112112                function selectAllContacts() 
    113113                { 
    114                         $query = 'select C.id_connection, A.id_contact, A.names_ordered, C.connection_value from phpgw_cc_contact A,'. 
     114                                                 
     115                        $query = 'select C.id_connection, A.id_contact, A.names_ordered, C.connection_value , B.id_typeof_contact_connection from phpgw_cc_contact A,'. 
    115116                        'phpgw_cc_contact_conns B, phpgw_cc_connections C where '. 
    116                         'A.id_contact = B.id_contact and B.id_connection = C.id_connection '. 
    117                         'and B.id_typeof_contact_connection = 1 and '. 
     117                        'A.id_contact = B.id_contact and B.id_connection = C.id_connection and '. 
    118118                        'A.id_owner ='.$this->owner.' order by A.names_ordered'; 
    119                                                  
     119 
     120                                         
    120121                        if (!$this->db->query($query)) 
    121122                        { 
Note: See TracChangeset for help on using the changeset viewer.