projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab3698
)
Remove unneeded space
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 18 Oct 2010 21:31:50 +0000
(15:31 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 19 Oct 2010 17:08:27 +0000
(11:08 -0600)
imp/lib/Auth.php
patch
|
blob
|
history
diff --git
a/imp/lib/Auth.php
b/imp/lib/Auth.php
index
c6dfe4f
..
871143d
100644
(file)
--- 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') : '',