From 2c8dc585dd4134e71a7356f99b6a0dac12bf9d1a Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 10 Feb 2009 20:15:49 +0000 Subject: added global cookie prefix to get_cookie() unless the cookie exists as-requested --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 5f76c000b..65950cdc3 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -87,6 +87,7 @@ SVN Revision:

  • Added ability to force lowercase for url_title() in the URL helper.
  • Changed the default "type" of form_button() to "button" from "submit" in the form helper.
  • Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
  • +
  • Updated get_cookie() to try to fetch the cookie using the global cookie prefix if the requested cookie name doesn't exist.
  • Other Changes -- cgit v1.2.3-24-g4f1b