Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sympa
sympa
Commits
01c4dc54
Commit
01c4dc54
authored
Jul 02, 2019
by
IKEDA Soji
Browse files
typos.
parent
c4087f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
01c4dc54
...
...
@@ -2551,7 +2551,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
'},
...
...
@@ -2568,7 +2568,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