From c6ffb5dab43cb1438c3a8b2083833a0e308cab52 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 3 Oct 2006 06:14:37 +0000 Subject: --- user_guide/general/changelog.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index cfc655211..b8fceaa6d 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -78,6 +78,7 @@ Change Log
  • Added Download Helper.
  • Added simple_query() function to the database classes
  • Added standard_date() function to the Date Helper.
  • +
  • Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.
  • Added $query->free_result();
  • Added $query->field_names() function
  • @@ -89,7 +90,7 @@ Change Log
  • Deprecated $this->db->field_names() USE $this->db->list_fields()
  • Deprecated $this->load->library('unit_test'). USE $this->load->library('unit')
  • - +
  • Fixed a bug in the Email class related to SMTP Helo data.
  • -- cgit v1.2.3-24-g4f1b