summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/helpers/url_helper.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2013-01-24 10:32:29 +0100
committerAndrey Andreev <narf@bofh.bg>2013-01-24 10:32:29 +0100
commit1a0014941dcf399e97d3586bd6d3382166b413dd (patch)
tree03d903de3f126bf68ecfbb3d031dafe42981cdb6 /user_guide_src/source/helpers/url_helper.rst
parentde5744f78c44c417f41ae01eb59488a63adabd7f (diff)
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.
Diffstat (limited to 'user_guide_src/source/helpers/url_helper.rst')
-rw-r--r--user_guide_src/source/helpers/url_helper.rst2
1 files changed, 1 insertions, 1 deletions
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