From: Michael M Slusarz Date: Mon, 18 Oct 2010 21:31:50 +0000 (-0600) Subject: Remove unneeded space X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=00bd8bd3099d392b587b2e005fdea6ba800d107e;p=horde.git Remove unneeded space --- diff --git a/imp/lib/Auth.php b/imp/lib/Auth.php index c6dfe4ffa..871143d53 100644 --- a/imp/lib/Auth.php +++ b/imp/lib/Auth.php @@ -157,7 +157,7 @@ class IMP_Auth $msg = sprintf( $msg . ' %s [%s]%s to {%s:%s%s}', - !strlen($auth_id) ? '' : ' for ' . $auth_id, + !strlen($auth_id) ? '' : 'for ' . $auth_id, $_SERVER['REMOTE_ADDR'], empty($_SERVER['HTTP_X_FORWARDED_FOR']) ? '' : ' (forwarded for [' . $_SERVER['HTTP_X_FORWARDED_FOR'] . '])', $imap_ob ? $imap_ob->getParam('hostspec') : '',