Remove duplicate my.

Did not cause a problem, but generated a warning.
This commit is contained in:
Bradley M. Kuhn 2015-12-16 18:43:11 -08:00
parent 9417690277
commit 731bc2a05d

View file

@ -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);