From 1a0014941dcf399e97d3586bd6d3382166b413dd Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 24 Jan 2013 11:32:29 +0200 Subject: Move db_select() call from CI_DB_driver::initialize() to db_connect() so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187. --- user_guide_src/source/helpers/url_helper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source/helpers') diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst index 0afa7efd8..8b5361f94 100644 --- a/user_guide_src/source/helpers/url_helper.rst +++ b/user_guide_src/source/helpers/url_helper.rst @@ -380,4 +380,4 @@ engine purposes. The default Response Code is 302. The third parameter is will *automatically* be selected when the page is currently accessed via POST and HTTP/1.1 is used. -.. important:: This function will terminate script execution. +.. important:: This function will terminate script execution. \ No newline at end of file -- cgit v1.2.3-24-g4f1b