File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
user_guide_src/source/general Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ Key Description
82
82
hidden.
83
83
======================= =================================================================== ========
84
84
85
- .. note :: Disabling the [save_queries]( http://ellislab.com/codeigniter/user-guide/database/configuration.html) setting in your database configuration
85
+ .. note :: Disabling the (save_queries)[ http://ellislab.com/codeigniter/user-guide/database/configuration.html] setting in your database configuration
86
86
will also effectively disable profiling for database queries and render
87
87
the 'queries' setting above useless. You can optionally override this
88
88
setting with `$this->db->save_queries = TRUE; `. Without this setting you
89
- won't be able to view the queries or the [last_query]( http://ellislab.com/codeigniter/user-guide/database/helpers.html) .
89
+ won't be able to view the queries or the (last_query)[ http://ellislab.com/codeigniter/user-guide/database/helpers.html] .
You can’t perform that action at this time.
0 commit comments