@@ -2,8 +2,8 @@ |
||
| 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 | |
@@ -294,7 +294,7 @@ |
||
| 294 | 294 | * |
| 295 | 295 | * @param integer $id Contact id |
| 296 | 296 | * |
| 297 | - * @return object |
|
| 297 | + * @return Contact |
|
| 298 | 298 | */ |
| 299 | 299 | function getContact($id) |
| 300 | 300 | { |