Ticket #5231: Webmails.php.patch

File Webmails.php.patch, 0.6 kB (added by prasad, 2 years ago)
  • Webmails.php

    old new  
    8383 
    8484                $this->has_attachments = $this->get_attachments(); 
    8585                $this->db->println("Exiting Webmail($mbox,$mailid)"); 
     86 
     87                $this->relationship = $this->find_relationships(); 
    8688        } 
    8789 
    8890        function delete() { 
     
    224226        if($numRows > 0) 
    225227                return array('type'=>"Accounts",'id'=>$this->db->query_result($res,0,"accountid"),'name'=>$this->db->query_result($res,0,"accountname")); 
    226228 
    227         return 0
     229        return array()
    228230    } 
    229231 
    230232