From 60e8d912da6380f3d9a2a1c58058cc99b70a8c45 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Jan 2008 21:47:29 +0000 Subject: typos --- user_guide/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 902e5e647..9bf796591 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -71,7 +71,7 @@ Change Log
  • Added add_field(), add_key(), create_table(), drop_table(), add_column(), drop_column(), modify_column() into DBForge.
  • Added 'random' as an order_by() option , and removed "rand()" as a listed option as it was MySQL only.
  • Added protect_identifiers() in Active Record.
  • -
  • Alll AR queries are backticked if appropriate to the database.
  • +
  • All AR queries are backticked if appropriate to the database.
  • Added where_in(), where_in_or(), where_not_in(), where_not_in_or(), not_like() and or_not_like() to Active Record.
  • Added support for limit() into update() and delete() statements in Active Record.
  • Added empty_table() and truncate_table() to Active Record.
  • @@ -99,7 +99,7 @@ Change Log
  • Documented the timezones() function in the Date Helper.
  • Documented unset_userdata in the Session class.
  • Documented 2 config options to the Database configuration page.
  • -
  • Fixed a bug in highlight_pharse() that caused an error with slashes.
  • +
  • Fixed a bug in highlight_phrase() that caused an error with slashes.
  • Fixed a bug: $field_names[] vs $Ffield_names[] in postgre and sqlite drivers.
  • Fixed a bug in the upload library when allowed_files wasn't defined.
  • Fixed a bug in word_wrap() of the Text Helper that incorrectly referenced an object.
  • -- cgit v1.2.3-24-g4f1b