diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-12-20 15:38:56 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-12-20 15:38:56 +0100 |
commit | aa7f769c1e6f46171f2fbc15f43428207c02abcb (patch) | |
tree | e5c5123f275d12a8573d61c1a8c1e8912c5bc117 /user_guide | |
parent | 026585710c5ad4c5a8e5544d177b6a870f56123e (diff) |
fixed typo: $field_names[] vs $Ffield_names[]
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f5f1ad28d..033824b56 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -86,6 +86,7 @@ Change Log <li>Moved the safe mode and auth checks for the Email library into the constructor. </li>
<li>Changed the behaviour of variables submitted to the where() clause with no values to auto set "IS NULL"</li>
<li>Fixed a bug in <kbd>highlight_pharse()</kbd> that caused an error with slashes.</li>
+ <li>Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers</li>
<li>Fixed a bug in <kbd>word_wrap()</kbd> of the Text Helper that incorrectly referenced an object. </li>
<li>Fixed a bug in the <a href="./libraries/email.html">Email</a> library where some timezones were calculated incorrectly. </li>
<li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where <kbd>valid_ip()</kbd> wasn't called properly.</li>
|