From 5cf7effebcd8f1abe823c6bc8e66e08a6a50c7dd Mon Sep 17 00:00:00 2001 From: Ahmedul Haque Abid Date: Sun, 19 Jan 2014 13:25:18 +0600 Subject: Fix whitespaces to tabs. --- application/config/database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/database.php b/application/config/database.php index 361df9032..62ff3e0a5 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -68,7 +68,7 @@ | ['save_queries'] TRUE/FALSE - save all executed queries. | Note: Useful for development when using with profiler. However, | when too many queries run, it leads to memory exhaust. So for production -| mode it is better to set it FALSE. Also, if set to FALSE, the +| mode it is better to set it FALSE. Also, if set to FALSE, the | $this->db->last_query() will return FALSE. This setting can | also be changed during runtime by using | $this->db->save_queries = TRUE|FALSE; -- cgit v1.2.3-24-g4f1b