Commit 4e81c961 authored by bbaetz%acm.org's avatar bbaetz%acm.org

496856 - correct patch

(original patch r/a=mkanat)
parent d825a0d1
......@@ -296,7 +296,7 @@ sub cancelChangeEmail {
my $token = shift;
my $dbh = Bugzilla->dbh;
$dbh->bz_begin_transaction();
$dbh->bz_start_transaction();
# Get the user's ID from the tokens table.
my ($userid, $tokentype, $eventdata) = $dbh->selectrow_array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment