diff options
Diffstat (limited to 'src/mod_muc')
-rw-r--r-- | src/mod_muc/mod_muc.erl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl index 791e5e0d9..d23374b57 100644 --- a/src/mod_muc/mod_muc.erl +++ b/src/mod_muc/mod_muc.erl @@ -1083,4 +1083,7 @@ update_tables(HostB, mnesia) -> opt = Opt, val = Val}) end, Options) - end}]). + end}]); + +update_tables(_HostB, odbc) -> + ok. |