Aleksander Machniak
2014-04-29 d0aef23ba92656eb9c0e55b26ed01a5d1b555505
Support sql_debug option here
1 files modified
2 ■■■■■ changed files
bin/updatedb.sh 2 ●●●●● patch | view | raw | blame | history
bin/updatedb.sh
@@ -45,6 +45,8 @@
$RC = rcube::get_instance();
$DB = rcube_db::factory($RC->config->get('db_dsnw'));
$DB->set_debug((bool)$RC->config->get('sql_debug'));
// Connect to database
$DB->db_connect('w');
if (!$DB->is_connected()) {