Changeset 793
- Timestamp:
- Apr 26, 2017, 11:13:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/alternc/patches/class/m_mail_egw.php
r792 r793 26 26 function delete($mail_id) { 27 27 $status = TRUE; 28 if ($type != 'mailman') { 28 $mailinfos = $this->get_details($mail_id); 29 if ($mailinfos["type"] != 'mailman') { 29 30 # check if egw worked 30 31 $status = $this->_del_egw_account($mail_id); 31 32 } 32 return parent::delete($mail_id) && $status;33 return parent::delete($mail_id); # && $status; 33 34 } 34 35
Note: See TracChangeset
for help on using the changeset viewer.