From fc0dec5817bf8f3194d780a6b62a3300a6e083b7 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 22 Aug 2002 10:04:34 +0000 Subject: [PATCH] Indentation & Bugfix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3405 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/mime.class.php | 36 +++++++++++++++---------------- plugins/administrator/defines.php | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/class/mime.class.php b/class/mime.class.php index ebd75bd1..a474da74 100644 --- a/class/mime.class.php +++ b/class/mime.class.php @@ -22,23 +22,23 @@ class rfc822_header { var $date = '', $subject = '', - $from = array(), - $sender = '', - $reply_to = array(), - $to = array(), - $cc = array(), - $bcc = array(), - $in_reply_to = '', - $message_id = '', - $mime = false, - $content_type = '', - $disposition = '', - $xmailer = '', - $priority = 3, - $dnt = '', - $mlist = array(), - $more_headers = array(); /* only needed for constructing headers - in smtp.php */ + $from = array(), + $sender = '', + $reply_to = array(), + $to = array(), + $cc = array(), + $bcc = array(), + $in_reply_to = '', + $message_id = '', + $mime = false, + $content_type = '', + $disposition = '', + $xmailer = '', + $priority = 3, + $dnt = '', + $mlist = array(), + $more_headers = array(); /* only needed for constructing headers + in smtp.php */ function parseHeader($hdr) { @@ -1746,4 +1746,4 @@ class content_type } } -?> +?> \ No newline at end of file diff --git a/plugins/administrator/defines.php b/plugins/administrator/defines.php index e86d7079..8b3010a6 100644 --- a/plugins/administrator/defines.php +++ b/plugins/administrator/defines.php @@ -185,7 +185,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"), 'ns_4551_1' => 'ns_4551_1', 'koi8-r' => 'koi8-r', 'euc-KR' => 'euc-KR', - 'windows-1251' => 'windows-1251' + 'windows-1251' => 'windows-1251', 'ISO-2022-JP' => 'ISO-2022-JP' ) ), '$data_dir' => array( 'name' => _("Data Directory"), 'type' => SMOPT_TYPE_STRING, -- 2.25.1