Changeset 12090
- Timestamp:
- 07/22/08 04:53:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vtigercrm/branches/5.1/modules/Webmails/Webmails.php
r12069 r12090 227 227 return array('type'=>"Accounts",'id'=>$this->db->query_result($res,0,"accountid"),'name'=>$this->db->query_result($res,0,"accountname")); 228 228 229 return 0;229 return array(); 230 230 } 231 231
