25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-12-26 17:38:45 +01:00

Merge branch '2.2.x' of git+ssh://git@gitorious.process-one.net/+ejabberd-developers/ejabberd/maincustomers.git into 2.2.x

This commit is contained in:
Alexey Shchepin 2010-12-03 16:40:22 +02:00
commit 21f2817f40

View File

@ -38,6 +38,8 @@
-module (pshb_http).
-author('ecestari@process-one.net').
-compile({no_auto_import,[error/1]}).
-include("ejabberd.hrl").
-include("jlib.hrl").
-include("ejabberd_http.hrl").
@ -411,4 +413,4 @@ get_tag_attr_or_default(AttrName, Element, Default)->
case xml:get_tag_attr_s(AttrName, Element) of
"" -> Default;
Val -> Val
end.
end.