From c11e84cebad0986b22d0b9d29e0892189f5f8aac Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 10 Mar 2006 04:00:47 +0000 Subject: I forgot a "fix on checkin" (useless whitespaces) --- Bugzilla/Token.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Token.pm') 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 -- cgit v1.2.3-24-g4f1b