summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2008-04-03 23:23:13 +0200
committerDerek Jones <derek.jones@ellislab.com>2008-04-03 23:23:13 +0200
commite97b13635f8985ac88add9659ae6a78e67006b9b (patch)
tree7a08b481d86fdfb9ed0251631455a270d6ea8598 /user_guide
parent140786fca98c381cac63beb84c4c2e233ff1090b (diff)
replaced isset() with array_key_exists() in row() to allow retrieval of individual fields with MySQL NULL values
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 870e21c1d..4e3ca7ced 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -78,6 +78,7 @@ Change Log
<li>Modified <kbd>img()</kbd> in the <a href="helpers/html_helper.html">HTML Helper</a> to remove an unneeded space (#4208).</li>
<li>Modified <kbd>anchor()</kbd> in the <a href="helpers/url_helper.html">URL helper</a> to convert entities in the title attribute (#4209).</li>
<li>Fixed a bug in <kbd>link_tag()</kbd> of the <a href="helpers/url_helper.html">URL helper</a> where a key was passed instead of a value.</li>
+ <li>Fixed a bug in DB_result::row() that prevented it from returning individual fields with MySQL NULL values</li>
</ul>
</li>
<li>Plugins