summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-03-10 05:00:47 +0100
committerlpsolit%gmail.com <>2006-03-10 05:00:47 +0100
commitc11e84cebad0986b22d0b9d29e0892189f5f8aac (patch)
treea7a1848b6b84641514e4242feb3cf1947aa5503a /Bugzilla/Token.pm
parent65e2e0e8843352abd8950033bb5b418b9a290f4c (diff)
downloadbugzilla-c11e84cebad0986b22d0b9d29e0892189f5f8aac.tar.gz
bugzilla-c11e84cebad0986b22d0b9d29e0892189f5f8aac.tar.xz
I forgot a "fix on checkin" (useless whitespaces)
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