From 4e81c961a867a267570d2ab3b4b35117bcc8914b Mon Sep 17 00:00:00 2001 From: "bbaetz%acm.org" <> Date: Fri, 12 Jun 2009 06:18:27 +0000 Subject: 496856 - correct patch (original patch r/a=mkanat) --- token.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'token.cgi') diff --git a/token.cgi b/token.cgi index cd4c508aa..eaadee3e0 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( -- cgit v1.2.1