From d625fc80fc94feb24484050972509242f56cc67b Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 6 Dec 2007 22:12:27 +0000 Subject: * src/acl.erl and other 64 files: Remove Erlang module attribute 'vsn' because it doesn't provide any worth feature, and it difficults hot code update (EJAB-440) SVN Revision: 1044 --- src/eldap/eldap_utils.erl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/eldap') diff --git a/src/eldap/eldap_utils.erl b/src/eldap/eldap_utils.erl index f22d6bd16..5b6275faf 100644 --- a/src/eldap/eldap_utils.erl +++ b/src/eldap/eldap_utils.erl @@ -8,7 +8,6 @@ -module(eldap_utils). -author('mickael.remond@process-one.net'). --svn('$Revision$ '). -export([generate_subfilter/1, find_ldap_attrs/2, @@ -124,4 +123,4 @@ uids_domain_subst(Host, UIDs) -> {U, eldap_filter:do_sub(V,[{"%d", Host}])}; (A) -> A end, - UIDs). \ No newline at end of file + UIDs). -- cgit v1.2.3