~ubuntu-branches/ubuntu/utopic/ejabberd/utopic

« back to all changes in this revision

Viewing changes to src/ejabberd_admin.erl

  • Committer: Bazaar Package Importer
  • Author(s): Konstantin Khomoutov, Konstantin Khomoutov
  • Date: 2011-10-03 20:27:12 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20111003202712-w9071rc7vleldxwx
Tags: 2.1.9-1
[ Konstantin Khomoutov ]
* New upstream release.
* Remove obsoleted version.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
434
434
%% Obsolete tables or tables created by module who are no longer used are not
435
435
%% restored and are ignored.
436
436
keep_tables() ->
437
 
    lists:flatten([acl, passwd, config, local_config, disco_publish,
 
437
    lists:flatten([acl, passwd, config, local_config,
438
438
                   keep_modules_tables()]).
439
439
 
440
440
%% Returns the list of modules tables in use, according to the list of actually