From 1f03fa1a7b41d0cec41e3969847acd02c998ee4b Mon Sep 17 00:00:00 2001 From: asus Date: Tue, 9 Apr 2024 22:36:02 +0200 Subject: [PATCH] added email when account expire --- plugins/cipf_plugin/php/profs_handle_states.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cipf_plugin/php/profs_handle_states.php b/plugins/cipf_plugin/php/profs_handle_states.php index 68a9f90..ce64411 100644 --- a/plugins/cipf_plugin/php/profs_handle_states.php +++ b/plugins/cipf_plugin/php/profs_handle_states.php @@ -70,6 +70,7 @@ function handle_card_expire_CIPF($user_id) { else { set_account_expired_CIPF($user_id); } + send_emails_CIPF('account_expired', $user_id); } else { if (is_account_waiting_transfert_CIPF($user_id)) {