summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Token.pm')
-rw-r--r--Bugzilla/Token.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm
index a7ad095b0..cd03f9747 100644
--- a/Bugzilla/Token.pm
+++ b/Bugzilla/Token.pm
@@ -186,7 +186,7 @@ sub Cancel {
trick_taint($token);
my ($issuedate, $tokentype, $eventdata, $loginname, $realname) =
$dbh->selectrow_array('SELECT ' . $dbh->sql_date_format('issuedate') . ',
- tokentype , eventdata , login_name , realname
+ tokentype, eventdata, login_name, realname
FROM tokens
INNER JOIN profiles
ON tokens.userid = profiles.userid