alecpl
2011-03-31 382b8b1351e1a4598f04ab184cec803b96d7e4b7
program/steps/utils/spell_googie.inc
@@ -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))