Changed to use else block instead of continue inside if block (easier code reading)
| | |
| | | } |
| | | send_notification_email('web_quota_ok_notification', $placeholders, $recipients); |
| | | } |
| | | |
| | | continue; |
| | | } |
| | | } else { |
| | | |
| | | // could a notification be sent? |
| | | $send_notification = false; |
| | |
| | | } |
| | | } |
| | | send_notification_email('web_quota_notification', $placeholders, $recipients); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | send_notification_email('mail_quota_ok_notification', $placeholders, $recipients); |
| | | } |
| | | |
| | | continue; |
| | | } |
| | | } else { |
| | | |
| | | //* Send quota notifications |
| | | // could a notification be sent? |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | //###################################################################################################### |