Ticket #5231: Webmails.php.patch
| File Webmails.php.patch, 0.6 kB (added by prasad, 2 years ago) |
|---|
-
Webmails.php
old new 83 83 84 84 $this->has_attachments = $this->get_attachments(); 85 85 $this->db->println("Exiting Webmail($mbox,$mailid)"); 86 87 $this->relationship = $this->find_relationships(); 86 88 } 87 89 88 90 function delete() { … … 224 226 if($numRows > 0) 225 227 return array('type'=>"Accounts",'id'=>$this->db->query_result($res,0,"accountid"),'name'=>$this->db->query_result($res,0,"accountname")); 226 228 227 return 0;229 return array(); 228 230 } 229 231 230 232
