From 491e152536169234ba66613da7e7df4022ee57ab Mon Sep 17 00:00:00 2001 From: jmunro Date: Wed, 1 May 2002 15:20:00 +0000 Subject: [PATCH] iso_xxxx_x should be iso-xxxx-x. #550725 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2793 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/administrator/defines.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index 7f90041b..c747fb0f 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -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', -- 2.25.1