Ignore:
Timestamp:
07/09/07 17:15:11 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/inc/class.db_im.inc.php

    r36 r41  
    117117                        $result[] = $this->db->row(); 
    118118 
    119                 if(count($result) > 0) 
     119                if(count($result) > 0){ 
    120120                        return unserialize($result[0]['preference_value']); 
    121                 else 
     121                }else{ 
    122122                        return "ch_time:true;ch_offline:true;ch_contacts:false;rd_nm:true;rd_al:false;rd_ch:false"; 
     123                } 
    123124                 
    124125        } 
Note: See TracChangeset for help on using the changeset viewer.