diff options
author | Badlop <badlop@process-one.net> | 2009-06-16 17:46:16 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-06-16 17:46:16 +0000 |
commit | d036802891cc427c833cda186fc578b46e630c00 (patch) | |
tree | 92b99a48d7a279b4af7b7c87d1c5015b8b2c36b7 /src/web/mod_http_bind.erl | |
parent | Bugfix when table does not exist (thanks to Justin Kirby) (diff) |
Remove Erlang module attribute 'vsn' because it does not provide any worth feature, and it difficults hot code update (EJAB-440)
SVN Revision: 2232
Diffstat (limited to 'src/web/mod_http_bind.erl')
-rw-r--r-- | src/web/mod_http_bind.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/web/mod_http_bind.erl b/src/web/mod_http_bind.erl index edd9fa08c..9f3dddbe6 100644 --- a/src/web/mod_http_bind.erl +++ b/src/web/mod_http_bind.erl @@ -3,7 +3,7 @@ %%% Author : Stefan Strigler <steve@zeank.in-berlin.de> %%% Purpose : Implementation of XMPP over BOSH (XEP-0206) %%% Created : Tue Feb 20 13:15:52 CET 2007 -%%% Id : $Id: mod_http_bind.erl 412 2007-11-15 10:10:09Z mremond $ +%%% Id : $Id: mod_http_bind.erl 440 2007-12-06 22:36:21Z badlop $ %%%---------------------------------------------------------------------- %%%---------------------------------------------------------------------- @@ -16,7 +16,6 @@ -author('steve@zeank.in-berlin.de'). -define(MOD_HTTP_BIND_VERSION, "1.2"). --vsn(?MOD_HTTP_BIND_VERSION). %%-define(ejabberd_debug, true). |