diff options
author | lpsolit%gmail.com <> | 2006-03-10 05:00:47 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-03-10 05:00:47 +0100 |
commit | c11e84cebad0986b22d0b9d29e0892189f5f8aac (patch) | |
tree | a7a1848b6b84641514e4242feb3cf1947aa5503a /Bugzilla | |
parent | 65e2e0e8843352abd8950033bb5b418b9a290f4c (diff) | |
download | bugzilla-c11e84cebad0986b22d0b9d29e0892189f5f8aac.tar.gz bugzilla-c11e84cebad0986b22d0b9d29e0892189f5f8aac.tar.xz |
I forgot a "fix on checkin" (useless whitespaces)
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Token.pm | 2 |
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 |