Ignore:
Timestamp:
05/20/11 17:03:00 (13 years ago)
Author:
airton
Message:

Ticket #1912 - Permitir a criação de contatos sem email

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/inc/class.so_group.inc.php

    r4470 r4477  
    376376                        'phpgw_cc_contact_conns B, phpgw_cc_connections C,phpgw_cc_contact_grps D where '. 
    377377                        'A.id_contact = B.id_contact and B.id_connection = C.id_connection '. 
    378                         'and B.id_typeof_contact_connection = 1 and '. 
     378                        'and '. 
    379379                        //'A.id_owner ='.$this->owner.' and'. 
    380380                        ' D.id_connection = C.id_connection and D.id_group = '.$idGroup. 
Note: See TracChangeset for help on using the changeset viewer.