Assign the chosen mode to the table map

pull/135/head
Thomas Bruederli 11 years ago
parent a69f9918cd
commit 6a6992f650

@ -256,7 +256,7 @@ class rcube_db
// remember mode chosen (for primary table)
$table = $matches[0][2];
$this->table_connections[$table];
$this->table_connections[$table] = $mode;
}
return $mode;

Loading…
Cancel
Save