From 26e2d3efbfbcfe25d310c9df83453816f830212b Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 19 Feb 2002 23:12:09 +0000 Subject: [PATCH] make the default of identity editing backwards compatible git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2480 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/options_personal.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/options_personal.php b/src/options_personal.php index 63a65b9d..bb7bedcc 100644 --- a/src/options_personal.php +++ b/src/options_personal.php @@ -46,6 +46,10 @@ function load_optpage_data_personal() { /* Build a simple array into which we will build options. */ $optvals = array(); + if (!isset($edit_identity)) { + $edit_identity = TRUE; + } + if ($edit_identity || $edit_name) { $optvals[SMOPT_GRP_CONTACT][] = array( 'name' => 'full_name', -- 2.25.1