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
28534a51
Unverified
Commit
28534a51
authored
Jul 02, 2019
by
IKEDA Soji
Committed by
GitHub
Jul 02, 2019
Browse files
Merge pull request #680 from ikedas/issue-461-addition-trial5 by ikedas
Additional fix to #516
parents
3a3ac1cf
01c4dc54
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
28534a51
...
...
@@ -2552,7 +2552,7 @@ sub is_member_excluded {
and
$sth
=
$sdm
->
do_prepared_query
(
q{SELECT COUNT(*)
FROM exclusion_table
WHERE (list_exclus
t
ion = ? OR family_exclusion = ?) AND
WHERE (list_exclusion = ? OR family_exclusion = ?) AND
robot_exclusion = ? AND
user_exclusion = ?}
,
$self
->
{'
name
'},
$self
->
{'
admin
'}{'
family_name
'},
...
...
@@ -2569,7 +2569,7 @@ sub is_member_excluded {
and
$sth
=
$sdm
->
do_prepared_query
(
q{SELECT COUNT(*)
FROM exclusion_table
WHERE list_exclus
t
ion = ? AND robot_exclusion = ? AND
WHERE list_exclusion = ? AND robot_exclusion = ? AND
user_exclusion = ?}
,
$self
->
{'
name
'},
$self
->
{'
domain
'},
$email
...
...
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