Completed
Push — master ( 9d10c2...bf46e5 )
by Lars
05:14
created
cron/bounceanalyze.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 require 'common.php';
3 3
 
4 4
 $mail = new Zend_Mail_Storage_Imap(array('host'     => 'xxx',
5
-                                         'user'     => 'xxx',
6
-                                         'password' => 'xxx'));
5
+                                            'user'     => 'xxx',
6
+                                            'password' => 'xxx'));
7 7
 
8 8
 $analyzer = new Intraface_modules_newsletter_BounceAnalyzer;
9 9
 
Please login to merge, or discard this patch.