mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
I forgot a "fix on checkin" (useless whitespaces)
This commit is contained in:
parent
1c47908858
commit
15a6a51642
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user