From: lpsolit%gmail.com <> Date: Fri, 10 Mar 2006 04:00:47 +0000 (+0000) Subject: I forgot a "fix on checkin" (useless whitespaces) X-Git-Tag: bugzilla-2.23.1~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c11e84cebad0986b22d0b9d29e0892189f5f8aac;p=thirdparty%2Fbugzilla.git I forgot a "fix on checkin" (useless whitespaces) --- diff --git a/Bugzilla/Token.pm b/Bugzilla/Token.pm index a7ad095b03..cd03f97479 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