diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-22 20:12:23 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-22 20:12:23 +0100 |
commit | af6f34489a9dc6b22cc9fe02eb53e13014ced38f (patch) | |
tree | f25fa1a24da48538f6f146ef1a3b2d93c53a0222 /user_guide/changelog.html | |
parent | 1b6b34aea281c03ee7514fadf780e2592f2e7050 (diff) |
->db->count_all_results() will now return an integer instead of a string.
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 008cbb7c2..bf86172d7 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,6 +71,11 @@ Hg Tag: n/a</p> <li class="reactor">Added Environment Support for Hooks.</li> </ul> </li> + <li>Database + <ul> + <li class="reactor"><kbd>$this->db->count_all_results()</kbd> will now return an integer instead of a string.</li> + </ul> + </li> </ul> <h3>Bug fixes for 2.0.2</h3> |