From 00bd8bd3099d392b587b2e005fdea6ba800d107e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 18 Oct 2010 15:31:50 -0600 Subject: [PATCH] Remove unneeded space --- imp/lib/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') : '', -- 2.11.0