Commit c11e84ce authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

I forgot a "fix on checkin" (useless whitespaces)

parent 65e2e0e8
...@@ -186,7 +186,7 @@ sub Cancel { ...@@ -186,7 +186,7 @@ sub Cancel {
trick_taint($token); trick_taint($token);
my ($issuedate, $tokentype, $eventdata, $loginname, $realname) = my ($issuedate, $tokentype, $eventdata, $loginname, $realname) =
$dbh->selectrow_array('SELECT ' . $dbh->sql_date_format('issuedate') . ', $dbh->selectrow_array('SELECT ' . $dbh->sql_date_format('issuedate') . ',
tokentype , eventdata , login_name , realname tokentype, eventdata, login_name, realname
FROM tokens FROM tokens
INNER JOIN profiles INNER JOIN profiles
ON tokens.userid = profiles.userid ON tokens.userid = profiles.userid
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment