Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
18fec6ca
Unverified
Commit
18fec6ca
authored
Sep 11, 2019
by
Stefan Hornburg (Racke)
Browse files
Remove last traces of VOOT support.
parent
b0839672
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
18fec6ca
...
...
@@ -4572,8 +4572,6 @@ sub restore_users {
# -> Sympa::DataSource::File class.
#sub _include_users_remote_file;
# -> Sympa::DataSource::RemoteFile class.
#sub _include_users_voot_group;
# -> Sympa::DataSource::VOOT class.
#sub _include_users_ldap;
# -> Sympa::DataSource::LDAP class.
#sub _include_users_ldap_2level;
...
...
src/lib/Sympa/Request/Handler/include.pm
View file @
18fec6ca
...
...
@@ -54,7 +54,6 @@ my %config_user_map = (
'
include_ldap_query
'
=>
'
Sympa::DataSource::LDAP
',
'
include_ldap_2level_query
'
=>
'
Sympa::DataSource::LDAP2
',
'
include_sql_query
'
=>
'
Sympa::DataSource::SQL
',
'
include_voot_group
'
=>
'
Sympa::DataSource::VOOT
',
);
# Internal function.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment