iso_xxxx_x should be iso-xxxx-x. #550725
authorjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 1 May 2002 15:20:00 +0000 (15:20 +0000)
committerjmunro <jmunro@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 1 May 2002 15:20:00 +0000 (15:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2793 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

index 7f90041b0e127a43993cad27df48b50a99f5b571..c747fb0ff4cd95e64009406fba0384a2c678c56a 100644 (file)
@@ -177,11 +177,11 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                     'type' => SMOPT_TYPE_TITLE ),
                  '$default_charset' => array( 'name' => _("Default Charset"),
                                               'type' => SMOPT_TYPE_STRLIST,
-                                              'posvals' => array( 'iso_8859_1' => 'iso_8859_1',
-                                                                  'iso_8859_2' => 'iso_8859_2',
-                                                                  'iso_8859_7' => 'iso_8859_7',
-                                                                  'iso_8859_15' => 'iso_8859_15',
-                                                                  'iso_8859_15' => 'iso_8859_15',
+                                              'posvals' => array( 'iso-8859-1' => 'iso-8859-1',
+                                                                  'iso-8859-2' => 'iso-8859-2',
+                                                                  'iso-8859-7' => 'iso-8859-7',
+                                                                  'iso-8859-15' => 'iso-8859-15',
+                                                                  'iso-8859-15' => 'iso-8859-15',
                                                                   'ns_4551_1' => 'ns_4551_1',
                                                                   'koi8-r' => 'koi8-r',
                                                                   'euc-KR' => 'euc-KR',