From 3bb63bb4addd2b548e1303ea60b584c33924b84d Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 27 Sep 2016 17:03:57 +0000 Subject: [PATCH] Syntax error. Thanks to Jean-Jacques Puig git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14574 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index b1cb551d..8731a1b3 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -261,6 +261,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), '$edit_identity' => array( 'name' => _("Allow editing of identities"), 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_name' => array( 'name' => _("Allow editing of full name"), + 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_reply_to' => array( 'name' => _("Allow editing of reply-to address"), 'type' => SMOPT_TYPE_BOOLEAN ), '$hide_auth_header' => array( 'name' => _("Remove username from headers"), -- 2.25.1