Bugfix: $empty was not always set; yields spurious notices.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 1 Jul 2005 08:05:29 +0000 (08:05 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 1 Jul 2005 08:05:29 +0000 (08:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9695 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/options_identities.php

index d052ba01f5067e1265513a4f1f085ee1f7a864ca..55bda3aca98b17728129022643bbf32aa735b36c 100644 (file)
@@ -111,7 +111,7 @@ function ShowIdentityInfo($title, $identity, $id ) {
         $empty = true;
     } else {
         $bg = ' style="background-color:' . $color[0] . ';"';
-    
+        $empty = false;
     }
 
     $name = 'newidentities[%d][%s]';