From 6de4e5f149b9d467a3238250dfe4f45bb9512e87 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 22 Sep 2006 00:19:57 +0000 Subject: --- user_guide/general/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 8930ee023..c769914fc 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -81,12 +81,12 @@ Change Log
  • Removed the is_numeric test from the db->escape() function.
  • Fixed a MySQLi bug that was causing error messages not to contain proper error data.
  • Fixed a bug in the email class which was causing it to ignore explicitly set alternative headers.
  • -
  • Fixed a bug that was causing a PHP error when the Exceptions class was called within the _get_config() function.
  • +
  • Fixed a bug that was causing a PHP error when the Exceptions class was called within the _get_config() function since it was causing problems.
  • Fixed an oversight in the cookie helper in which the config file cookie settings were not being honored.
  • Fixed an oversight in the upload class. An item mentioned in the 1.4 changelog was missing.
  • Added some code to allow email attachments to be reset when sending batches of email.
  • Deprecated the application/scripts folder. It will continue to work for legacy users, but it is recommended that you create your own -libraries or models instead. +libraries or models instead. It was originally added before CI had user libraries or models, but it's not needed anymore.
  • Deprecated the $autoload['core'] item from the autoload.php file. Instead, please now use: $autoload['libraries']
  • Deprecated the following database functions: $this->db->smart_escape_str() and $this->db->fields().
  • -- cgit v1.2.3-24-g4f1b