Ignore:
Timestamp:
01/21/10 17:09:26 (14 years ago)
Author:
eduardoalex
Message:

Ticket #888 - Resolvendo o problema descrito no ticket em questao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.db_functions.inc.php

    r1738 r1939  
    193193        } 
    194194 
     195        //Gera lista de contatos para ser gravado e acessado pelo expresso offline. 
     196        function get_dropdown_contacts_to_cache() { 
     197                return $this->get_dropdown_contacts(); 
     198        } 
     199         
    195200        function get_dropdown_contacts(){ 
    196201                 
Note: See TracChangeset for help on using the changeset viewer.