commit | 1a0014941dcf399e97d3586bd6d3382166b413dd | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Jan 24 11:32:29 2013 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Jan 24 11:32:29 2013 +0200 |
tree | 03d903de3f126bf68ecfbb3d031dafe42981cdb6 | |
parent | de5744f78c44c417f41ae01eb59488a63adabd7f [diff] |
Move db_select() call from CI_DB_driver::initialize() to db_connect() so that it's only called by drivers that need it ('mysql', 'mssql'). As proposed in issue #2187.