From ab0ef7f575e0d6a6be53a49c04ffa4b9d7213a9e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Mon, 19 Jan 2009 22:24:38 -0700 Subject: [PATCH] Missing closing parantheses --- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php index 38cf0cb6a..1d5c55f86 100644 --- a/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php +++ b/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php @@ -3120,7 +3120,7 @@ class Horde_Imap_Client_Socket extends Horde_Imap_Client_Base $debug_line = $binary ? "[BINARY DATA - $literal_len bytes]" : $line; - fwrite($this->_debug, 'S (' . microtime(true) . ': ' . $debug_line . "\n"); + fwrite($this->_debug, 'S (' . microtime(true) . '): ' . $debug_line . "\n"); } } while (true); -- 2.11.0