diff options
author | bbaetz%acm.org <> | 2009-06-12 06:18:27 +0000 |
---|---|---|
committer | bbaetz%acm.org <> | 2009-06-12 06:18:27 +0000 |
commit | 4e81c961a867a267570d2ab3b4b35117bcc8914b (patch) | |
tree | 66b9043f872854e7fce94e2298c545b158fd025e /token.cgi | |
parent | d825a0d15037b32b2c7bb7d195ef905691a2edcd (diff) | |
download | bugs-4e81c961a867a267570d2ab3b4b35117bcc8914b.tar bugs-4e81c961a867a267570d2ab3b4b35117bcc8914b.tar.gz bugs-4e81c961a867a267570d2ab3b4b35117bcc8914b.tar.bz2 bugs-4e81c961a867a267570d2ab3b4b35117bcc8914b.tar.xz bugs-4e81c961a867a267570d2ab3b4b35117bcc8914b.zip |
496856 - correct patch
(original patch r/a=mkanat)
Diffstat (limited to 'token.cgi')
-rwxr-xr-x | token.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |