From f963297696e534d98fdba65bc46c805040bbc198 Mon Sep 17 00:00:00 2001 From: kink Date: Fri, 1 Jul 2005 08:05:29 +0000 Subject: [PATCH] Bugfix: $empty was not always set; yields spurious notices. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9695 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 d052ba01..55bda3ac 100644 --- a/src/options_identities.php +++ b/src/options_identities.php @@ -111,7 +111,7 @@ function ShowIdentityInfo($title, $identity, $id ) { $empty = true; } else { $bg = ' style="background-color:' . $color[0] . ';"'; - + $empty = false; } $name = 'newidentities[%d][%s]'; -- 2.25.1