From: bbaetz%acm.org <> Date: Fri, 12 Jun 2009 06:18:39 +0000 (+0000) Subject: 496856 - correct patch X-Git-Tag: bugzilla-3.4rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3fad6f24836c7b947252008fc7d870052d531c;p=thirdparty%2Fbugzilla.git 496856 - correct patch (original patch r/a=mkanat) --- diff --git a/token.cgi b/token.cgi index cd4c508aa7..eaadee3e09 100755 --- a/token.cgi +++ b/token.cgi @@ -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(