diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-02-11 19:55:24 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-02-11 19:55:24 +0100 |
commit | a377bdd47e57ddde51e90641d961f00af4a71fa1 (patch) | |
tree | 1fa2eb7fc01ff8513c0874c5fc84b0f9af322fe3 /user_guide/changelog.html | |
parent | 733310d86671ada1be601692bdd5bbd55dae5e7a (diff) |
switched from gettype() to is_* for testing type in escape()
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 1f3b4c9f1..f5a6fbe70 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -62,6 +62,11 @@ Change Log SVN Revision: </p> <ul> + <li>Database + <ul> + <li>Switched from using gettype() in escape() to is_* methods, since future PHP versions might change its output.</li> + </ul> + </li> </ul> <h3>Bug fixes for 1.7.2</h3> |