From f06543bd9dfeba0a2a3405bc14f4580a091d8aa9 Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 19 Mar 2004 15:11:07 +0000 Subject: [PATCH] fixing configuration options. Patch by Fredrik Jervfors git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6839 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 2052250f..7ea7d663 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -150,8 +150,6 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'default' => false ), '$invert_time' => array( 'name' => _("Invert Time"), 'type' => SMOPT_TYPE_BOOLEAN ), - '$default_use_mdn' => array( 'name' => _("Use Confirmation Flags"), - 'type' => SMOPT_TYPE_BOOLEAN ), /* --------------------------------------------------------*/ 'Group3' => array( 'name' => _("Folders Defaults"), 'type' => SMOPT_TYPE_TITLE ), @@ -228,7 +226,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$hide_sm_attributions' => array( 'name' => _("Hide SM attributions"), 'type' => SMOPT_TYPE_BOOLEAN ), - 'default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"), + '$default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"), 'type' => SMOPT_TYPE_BOOLEAN ), '$edit_identity' => array( 'name' => _("Allow editing of identities"), 'type' => SMOPT_TYPE_BOOLEAN ), -- 2.25.1