From 1d6248ce00d0564f0508e7744490f27c30052af0 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 11 Sep 2005 06:18:43 +0000 Subject: [PATCH] one more identity action to process git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10089 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/identity.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions/identity.php b/functions/identity.php index ed3d8973..17215555 100644 --- a/functions/identity.php +++ b/functions/identity.php @@ -174,6 +174,9 @@ function sqfixidentities( $identities, $id, $action ) { case 'delete': if ($key == $id) { + // inform plugins about deleted id + do_hook('options_identities_process', $action, $id); + continue 2; } else { $fixed[$i] = $ident; -- 2.25.1