From: philippe_mingo Date: Tue, 29 Jan 2002 20:16:05 +0000 (+0000) Subject: "Jason Munro" X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=ddfe5eef040c21d642b10cc053f863d428eb6803 "Jason Munro" git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2290 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- 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(); }