Missing closing parantheses
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 05:24:38 +0000 (22:24 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Jan 2009 05:57:11 +0000 (22:57 -0700)
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php

index 38cf0cb..1d5c55f 100644 (file)
@@ -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);