- Return false from putLineC instead of NULL, for consistence

release-0.6
alecpl 14 years ago
parent fa791286f4
commit a5c56b3b21

@ -135,7 +135,7 @@ class rcube_imap_generic
private function putLineC($string, $endln=true)
{
if (!$this->fp)
return NULL;
return false;
if ($endln)
$string .= "\r\n";

Loading…
Cancel
Save