summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorAhmedul Haque Abid <a_h_abid@hotmail.com>2014-01-19 08:25:18 +0100
committerAhmedul Haque Abid <a_h_abid@hotmail.com>2014-01-19 08:25:18 +0100
commit5cf7effebcd8f1abe823c6bc8e66e08a6a50c7dd (patch)
treed1cc6f3b9bbeb67f0e30f8dd778d403b75d1f283 /application
parent4b9b5074c5f4ecc4cc0494acfe26379f9a6d4317 (diff)
Fix whitespaces to tabs.
Diffstat (limited to 'application')
-rw-r--r--application/config/database.php2
1 files changed, 1 insertions, 1 deletions
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;