From: Michael M Slusarz Date: Tue, 20 Jan 2009 05:24:38 +0000 (-0700) Subject: Missing closing parantheses X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ab0ef7f575e0d6a6be53a49c04ffa4b9d7213a9e;p=horde.git Missing closing parantheses --- 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);