From 715935ed8ba8b39e5dd8b0e47190867d479815ff Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Fri, 2 Feb 2007 03:48:30 +0000 Subject: broken link to creating_libraries fixed --- user_guide/changelog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 219358984..035e5d606 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -138,7 +138,7 @@ Change Log
  • Fixed a pagination bug that was permitting negative values in the URL.
  • Fixed an oversight in which the Loader class was not allowed to be exteneded.
  • Changed _get_config() to get_config() since the function is not a private one.
  • -
  • Deprecated "init" folder. Initialization happens automatically now. Please see documentation.
  • +
  • Deprecated "init" folder. Initialization happens automatically now. Please see documentation.
  • Deprecated $this->db->field_names() USE $this->db->list_fields()
  • Deprecated the $config['log_errors'] item from the config.php file. Instead, $config['log_threshold'] can be set to "0" to turn it off.
  • -- cgit v1.2.3-24-g4f1b