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

Ticket #2766 - implementacao da dfd0065 e correcao de bugs da dfd0099

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/expressoMail1_2/inc/class.db_functions.inc.php

    r6105 r6512  
    2424        include_once(PHPGW_API_INC.'/class.db.inc.php');  
    2525}  
    26 include_once('class.dynamic_contacts.inc.php'); 
    2726         
    2827class db_functions 
     
    249248 
    250249        //Gera lista de contatos para ser gravado e acessado pelo expresso offline. 
    251         function get_dropdown_contacts_to_cache() { 
     250        /*function get_dropdown_contacts_to_cache() { 
    252251                return $this->get_dropdown_contacts(); 
    253252        } 
     
    275274                } 
    276275                return $stringDropDownContacts;  
    277         } 
     276        }*/ 
    278277        function getUserByEmail($params){        
    279278                // Follow the referral 
     
    308307                return $result; 
    309308        } 
    310          
     309        /* 
    311310        function get_dynamic_contacts() 
    312311        {                                
     
    333332                return $contacts; 
    334333        } 
     334        */ 
     335        /* 
    335336        function update_contacts($contacts=array()) 
    336337        {                        
     
    364365                } 
    365366                return $contacts; 
    366         }        
     367        }       */ 
     368         
    367369        function update_preferences($params){ 
    368370                $string_serial = urldecode($params['prefe_string']);                             
     
    377379        } 
    378380         
     381        /* 
    379382        function insert_contact($contact)        
    380383        { 
     
    396399                $this->db->delete('phpgw_expressomail_contacts',$where,$line,$file);     
    397400        } 
    398          
     401        */  
    399402        function import_vcard($params){ 
    400403            include_once('class.imap_functions.inc.php'); 
Note: See TracChangeset for help on using the changeset viewer.