Ignore:
Timestamp:
06/15/12 17:00:17 (12 years ago)
Author:
gustavo
Message:

Ticket #2766 - Merge do branch das novas funcionalidaes para o trunk

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/services/class.db.php

    r5842 r6528  
    263263                $query = 'select' 
    264264                                                . ' G.oid,' 
     265                                                . ' G.id_group,' 
    265266                                                . ' G.title,' 
    266267                                                . ' G.short_name'; 
     
    288289                                $all_contacts[ $object[ 'oid' ] ]['title'] = $object['title']; 
    289290                                $all_contacts[ $object[ 'oid' ] ]['short_name'] = $object['short_name']; 
     291                                $all_contacts[ $object[ 'oid' ] ]['id'] = $object[ 'id_group' ]; 
    290292                } 
    291293                return array_values($all_contacts); 
Note: See TracChangeset for help on using the changeset viewer.