diff options
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b6bd89987..2dcde9465 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -96,7 +96,7 @@ SVN Revision: XXXX</p> <li>Added a few openxml document mime types, and an additional mobile agent to mimes.php and user_agents.php respectively.</li>
<li>Added sanitization in xss_clean() for a deprecated HTML tag that could be abused in user input in Internet Explorer.</li>
<li>Added <a href="./general/styleguide.html">PHP Style Guide</a> to docs.</li>
- <li>Added backticks around column names in MySQL when using insert_string and update_string functions.</li>
+ <li>Added backticks around column names in MySQL when using insert_string and update_string functions, and in where() function.</li>
</ul>
</li>
</ul>
|