From 990e3c6c79f68a396cd39fc99e798bc4333a3afc Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 17 Sep 2006 18:47:00 +0000 Subject: --- user_guide/general/changelog.html | 1 + user_guide/libraries/sessions.html | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index b8a399c37..92caa699e 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -112,6 +112,7 @@ Change Log
  • Fixed an incorrectly named variable in the URI class.
  • Fixed a bug in the config class that was preventing the base URL from being called properly.
  • Fixed a bug in the validation class that was not permitting callbacks if the form field was empty.
  • +
  • Fixed a problem that was prevenging scaffolding from working properly with MySQLi.
  • Fixed some MS SQL bugs.
  • Fixed some doc typos.
  • diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 1050e1102..f8549a5c9 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -183,7 +183,7 @@ query is performed to match it. If the session ID does not match, the session i be updated, they can only be generated when a new session is created.

    In order to store sessions, you must first create a database table for this purpose. Here is the basic -prototype required by the session class:

    +prototype (for MySQL) required by the session class: