Remove unneeded space
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 18 Oct 2010 21:31:50 +0000 (15:31 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 19 Oct 2010 17:08:27 +0000 (11:08 -0600)
imp/lib/Auth.php

index c6dfe4f..871143d 100644 (file)
@@ -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') : '',