diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-12-22 17:41:29 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-12-22 17:41:29 +0100 |
commit | 4e387c30919569814e912f8136280fc1433a05f3 (patch) | |
tree | 6d63f70dd870661721d8fcd5f0edcb7ae5377dba /user_guide/changelog.html | |
parent | fac8042f055048d83414d72a18fc0d70ec7d3ddf (diff) |
typos fixes
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7bdc3da2a..918758901 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -103,11 +103,9 @@ Change Log <li>Fixed a typo in the image language file "suppor" to "support". </li>
<li>Fixed an example for XML RPC.</li>
<li>Fixed an example of <kbd>accept_charset()</kbd> in the <a href="./libraries/user_agent.html">User Agent Library</a>. </li>
- <li>Fixed a missing "?>" in the smiley helper. </li>
<li>Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. </li>
<li>Fixed a typo in the <a href="./helpers/string_helper.html">String Helper</a> (uniquid changed to uniqid) </li>
- <li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>
- <li>Fixed a typo in the table library docs. </li>
+ <li>Fixed assorted user guide typos.</li>
<li>Moved part of the userguide menu javascript to an external file.</li>
<li>Added <a href="http://codeigniter.com/user_guide/libraries/zip.html">Zip Encoding Class</a> to the table of contents of the userguide.</li>
<li>Deprecated from Active Record; <kbd>getwhere()</kbd> for <kbd>get_where()</kbd>; <kbd>groupby()</kbd> for <kbd>group_by()</kbd>; <kbd>orderby()</kbd> for <kbd>order_by</kbd>; <kbd>orwhere()</kbd> for <kbd>or_where()</kbd>; and <kbd>orlike()</kbd> for <kbd>or_like()</kbd>.</li>
|