diff options
author | Badlop <badlop@process-one.net> | 2011-08-13 18:11:26 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-08-16 19:29:38 +0200 |
commit | e895b12aeaf31cbbeefa1661a842e52ca1d70a2a (patch) | |
tree | e0593bc819cb517a674088193e117e661e4832de /src/mod_muc | |
parent | Provide stacktrace in log report when module start fails (diff) |
Fix support for odbc + gen_storage + static_modules
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. |