program/steps/utils/spell_googie.inc
@@ -5,7 +5,7 @@ | program/steps/utils/spell_googie.inc | | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2005-2007, Roundcube Dev. - Switzerland | | Copyright (C) 2005-2007, The Roundcube Dev Team | | Licensed under the GNU GPL | | | | PURPOSE: | @@ -41,6 +41,8 @@ } $data = file_get_contents('php://input'); // Google has some problem with spaces, use \n instead $data = str_replace(' ', "\n", $data); $store = ""; if ($fp = fsockopen($host, $port, $errno, $errstr, 30))