Thomas Bruederli
2013-10-07 6a6992f650747703f0531918d050b926965339b2
Assign the chosen mode to the table map
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_db.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_db.php
@@ -256,7 +256,7 @@
            // remember mode chosen (for primary table)
            $table = $matches[0][2];
            $this->table_connections[$table];
            $this->table_connections[$table] = $mode;
        }
        return $mode;