Indentation & Bugfix
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Aug 2002 10:04:34 +0000 (10:04 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 22 Aug 2002 10:04:34 +0000 (10:04 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3405 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/mime.class.php
plugins/administrator/defines.php

index ebd75bd18efd1c22f6fb95cf9e1484437b110c2b..a474da74b6f5ad3df8787057a3a2c078d1771bbd 100644 (file)
@@ -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
index e86d7079ef9e42e8ec43aa7336ca9318cc7316bd..8b3010a6963d0d36473efa2db8391bb027002576 100644 (file)
@@ -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,