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

« back to all changes in this revision

Viewing changes to src/mod_configure.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:
1403
1403
                            end;
1404
1404
                        _ ->
1405
1405
                            {error, ?ERR_BAD_REQUEST}
1406
 
                    end;
1407
 
                _ ->
1408
 
                    {error, ?ERR_BAD_REQUEST}
 
1406
                    end
1409
1407
            end
1410
1408
    end;
1411
1409