diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-10-13 19:00:16 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-10-13 19:00:16 +0200 |
commit | db43858f537722deef7c9ebc903534ea9be0df60 (patch) | |
tree | 8b39cbb6f64d6d572bba464693d91890f7509257 /user_guide/changelog.html | |
parent | 6a8f97cd711a8fd545f3fb23edfdbdeb10a61685 (diff) |
Added a check for NULL fields in the MySQL database backup utility
Diffstat (limited to 'user_guide/changelog.html')
-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 eb2e3ef7a..d9819d4f3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -73,6 +73,7 @@ Change Log <li>Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.</li>
<li>Removed "rand()" as a listed option from orderby in the <a href="./database/active_record.html">Active Record</a>, as it was MySQL only. </li>
<li>Added titles to all user manual pages.</li>
+ <li>Added a check for NULL fields in the MySQL database backup utility.</li>
<li>Documented the timezones() function in the <a href="./helpers/date_helper.html">Date Helper</a>.</li>
<li>Documented unset_userdata in the <a href="./libraries/sessions.html">Session class</a>.</li>
<li>Fixed a bug in <a href="./libraries/validation.html">Validation</a> where valid_ip() wasn't called properly</li>
|