diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-02-19 12:29:55 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-02-19 12:29:55 +0100 |
commit | 72b0988046e0d4b3a0bbf8f871285cf18f65d4c1 (patch) | |
tree | 9c27a8a7de1a3830ede9fa9b8e22b808ed5af1f4 /system/libraries/Email.php | |
parent | fd5d918362d21fe7fe47a4e1b2607eec67a58a5c (diff) | |
parent | f399425bacfa461a77be2e841c3c1f48f9241c4a (diff) |
Merge pull request #2258 from vlakoff/develop
Fix a code comment in Upload->_file_mime_type()
Diffstat (limited to 'system/libraries/Email.php')
-rw-r--r-- | system/libraries/Email.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 1bf1da15e..074ce60fc 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -94,7 +94,7 @@ class CI_Email { * @var int */ public $smtp_timeout = 5; - + /** * SMTP persistent connection * @@ -408,7 +408,7 @@ class CI_Email { } // -------------------------------------------------------------------- - + /** * Destructor - Releases Resources * @@ -2018,7 +2018,7 @@ class CI_Email { { return TRUE; } - + if (strpos($reply, '334') !== 0) { $this->_set_error_message('lang:email_failed_smtp_login', $reply); |