]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
I forgot a "fix on checkin" (useless whitespaces)
authorlpsolit%gmail.com <>
Fri, 10 Mar 2006 04:00:47 +0000 (04:00 +0000)
committerlpsolit%gmail.com <>
Fri, 10 Mar 2006 04:00:47 +0000 (04:00 +0000)
Bugzilla/Token.pm

index a7ad095b03ac0c0b7055181644389ce3cc76cfca..cd03f97479c875564a50d65b20cad2c00711140f 100644 (file)
@@ -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