Skip to content

Commit fb62ac0

Browse files
committed
More fix to sympa-community#516.
1 parent 8ee1523 commit fb62ac0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/Sympa/List.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4022,7 +4022,7 @@ sub add_list_member {
40224022
suspend_start_date_subscriber,
40234023
suspend_end_date_subscriber,
40244024
number_messages_subscriber)
4025-
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0)},
4025+
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, 0)},
40264026
$who, $new_user->{'gecos'},
40274027
$name, $self->{'domain'},
40284028
$new_user->{'date'}, $new_user->{'update_date'},

src/lib/Sympa/Request/Handler/include.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ sub __update_user {
390390
return unless $sth = $sdm->do_prepared_query(
391391
qq{UPDATE ${t}_table
392392
SET inclusion_$t = ?, inclusion_ext_$t = ?,
393-
inclusion_label_$t = ?,
393+
inclusion_label_$t = ?
394394
WHERE user_$t = ? AND list_$t = ? AND robot_$t = ?$r},
395395
$time, $time,
396396
$ds->name,

0 commit comments

Comments
 (0)