Browse Source

Indentation & Bugfix

philippe_mingo 23 years ago
parent
commit
db3fa82a09
2 changed files with 19 additions and 19 deletions
  1. 18 18
      class/mime.class.php
  2. 1 1
      plugins/administrator/defines.php

+ 18 - 18
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
     }
 }
 
-?>
+?>

+ 1 - 1
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,