Remove duplicate my.
Did not cause a problem, but generated a warning.
This commit is contained in:
parent
9417690277
commit
731bc2a05d
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ sub addEmailAddress($$$$) {
|
|||
my $addressId = $self->dbh->last_insert_id("","","","");
|
||||
$sth->finish();
|
||||
|
||||
my $sth = $self->dbh->prepare("INSERT INTO supporter_email_address_mapping" .
|
||||
$sth = $self->dbh->prepare("INSERT INTO supporter_postal_address_mapping" .
|
||||
"(supporter_id, email_address_id) " .
|
||||
"VALUES( ?, ?)");
|
||||
$sth->execute($id, $addressId);
|
||||
|
|
Loading…
Reference in a new issue