diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-05 12:16:12 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-05 12:16:12 +0200 |
commit | b28ae67ae212d52ac1a3970fbf42ef99ce09450a (patch) | |
tree | 072c9e4cbf56f9fc90037c2b655d070916e56414 /application/config/database.php | |
parent | a1170aff602317d9b6f2d5c1d5cc60d3dc82ee58 (diff) | |
parent | adf7636fb82a01ea4c9acf3322715a9e653e37fe (diff) |
Merge pull request #3953 from calvintam236/develop
[ci skip] Fix comment typos and strip some new lines
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index fc3a5e5b6..84aab9169 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -58,7 +58,6 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | The $query_builder variables lets you determine whether or not to load | the query builder class. */ - $active_group = 'default'; $query_builder = TRUE; |