diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 21:25:38 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 21:25:38 +0100 |
commit | f85ee8dd6a94529b6974d826b2018cc42dbd17cb (patch) | |
tree | 0230efd5848d71e5176c07496b1880f7e3fc8057 /application | |
parent | 004f0a1b41c27e3d40f62a51300599d35c54c0c0 (diff) |
Drop option to disable Query Builder
I don't know if it has ever worked properly, too much things break if you do try to disable it.
Diffstat (limited to 'application')
-rw-r--r-- | application/config/database.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/application/config/database.php b/application/config/database.php index 77748959f..43a0d2b1c 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -66,13 +66,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | | The $active_group variable lets you choose which connection group to | make active. By default there is only one group (the 'default' group). -| -| The $query_builder variables lets you determine whether or not to load -| the query builder class. */ $active_group = 'default'; -$query_builder = TRUE; - $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost', |