From ddfe5eef040c21d642b10cc053f863d428eb6803 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Tue, 29 Jan 2002 20:16:05 +0000 Subject: [PATCH] "Jason Munro" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2290 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options_identities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options_identities.php b/src/options_identities.php index 53f3cc0b..ddf01ee8 100644 --- a/src/options_identities.php +++ b/src/options_identities.php @@ -30,7 +30,7 @@ require_once('../functions/display_messages.php'); if (CheckAndDoDefault() || CheckAndDoPromote()) { SaveUpdateFunction(); } - if (isset($update) || CheckForDelete()) + if (isset($update) || CheckForDelete()) { SaveUpdateFunction(); } -- 2.25.1