From d41e14ed8dbe57fe62e88b429e06ee2590de88ef Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 14 Mar 2004 08:58:15 +0000 Subject: [PATCH] Updating variables git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6788 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 4e81a0e5..4d5f015c 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -287,7 +287,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_STRING, 'size' => 40, 'default' => 'global_abook' ), - '$addrbook_global_writable' => array( 'name' => _("Allow writing into global address book"), + '$addrbook_global_writeable' => array( 'name' => _("Allow writing into global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), '$addrbook_global_listing' => array( 'name' => _("Allow listing of global address book"), 'type' => SMOPT_TYPE_BOOLEAN ), @@ -323,6 +323,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'type' => SMOPT_TYPE_BOOLEAN ), '$oldway' => array( 'name' => _("Use old folder listing functions"), 'type' => SMOPT_TYPE_BOOLEAN ), + '$use_icons' => array( 'name' => _("Use icons"), + 'type' => SMOPT_TYPE_BOOLEAN ), '$use_php_recode' => array( 'name' => _("Use php recode functions"), 'type' => SMOPT_TYPE_BOOLEAN ), '$use_php_iconv' => array( 'name' => _("Use php iconv functions"), -- 2.25.1