Updating variables
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 08:58:15 +0000 (08:58 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Mar 2004 08:58:15 +0000 (08:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6788 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

index 4e81a0e57584768667c729dfc9a266688304b97b..4d5f015c68147846d7069f91f3c682d32ba3d41b 100644 (file)
@@ -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"),