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
af519bce
Unverified
Commit
af519bce
authored
Jul 26, 2019
by
IKEDA Soji
Committed by
GitHub
Jul 26, 2019
Browse files
Merge pull request #710 from ikedas/pr-516-add2 by ikedas
More fix to #516
parents
8ee1523a
fb62ac0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/List.pm
View file @
af519bce
...
...
@@ -4022,7 +4022,7 @@ sub add_list_member {
suspend_start_date_subscriber,
suspend_end_date_subscriber,
number_messages_subscriber)
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0)}
,
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?,
0)}
,
$who
,
$new_user
->
{'
gecos
'},
$name
,
$self
->
{'
domain
'},
$new_user
->
{'
date
'},
$new_user
->
{'
update_date
'},
...
...
src/lib/Sympa/Request/Handler/include.pm
View file @
af519bce
...
...
@@ -390,7 +390,7 @@ sub __update_user {
return
unless
$sth
=
$sdm
->
do_prepared_query
(
qq{UPDATE ${t}_table
SET inclusion_$t = ?, inclusion_ext_$t = ?,
inclusion_label_$t = ?
,
inclusion_label_$t = ?
WHERE user_$t = ? AND list_$t = ? AND robot_$t = ?$r}
,
$time
,
$time
,
$ds
->
name
,
...
...
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