diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-15 13:12:22 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-15 13:12:22 +0200 |
commit | c7719284833f211984474623832b96707173e02d (patch) | |
tree | 8e32c279205d44c7a6457e3151e34f46a1418a4a /user_guide_src | |
parent | 02117680c8a3a4c7da2b10e25fc6c29fd5fa9bd2 (diff) |
Remove CI_Email::_get_ip()
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index cc7cbacf7..f31781d5c 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -203,6 +203,7 @@ Release Date: Not Released - Removed the second parameter (character limit) from internal method ``_prep_quoted_printable()`` as it is never used. - Internal method ``_prep_quoted_printable()`` will now utilize the native ``quoted_printable_encode()``, ``imap_8bit()`` functions (if available) when CRLF is set to "\r\n". - Default charset now relies on the global ``$config['charset']`` setting. + - Removed unused protected method ``_get_ip()`` (:doc:`Input Library <libraries/input>`'s ``ip_address()`` should be used anyway). - :doc:`Pagination Library <libraries/pagination>` changes include: - Added support for the anchor "rel" attribute. - Added support for setting custom attributes. |