summaryrefslogtreecommitdiff
path: root/program/steps/utils/spell_googie.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-24 13:27:43 +0000
committeralecpl <alec@alec.pl>2010-06-24 13:27:43 +0000
commitf4f6291ec16bd2fe368f868e667ea2071c514098 (patch)
treee5d74a7168dfb1a4a015f6db4d7f10076f95b515 /program/steps/utils/spell_googie.inc
parent2011bef155aacdfa8461a4d5c2cd3988d946d135 (diff)
- Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE
Diffstat (limited to 'program/steps/utils/spell_googie.inc')
-rw-r--r--program/steps/utils/spell_googie.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/program/steps/utils/spell_googie.inc b/program/steps/utils/spell_googie.inc
index 038559c3f..d06a1a88a 100644
--- a/program/steps/utils/spell_googie.inc
+++ b/program/steps/utils/spell_googie.inc
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
- | program/steps/utils/spell.inc |
+ | program/steps/utils/spell_googie.inc |
| |
| This file is part of the RoundCube Webmail client |
| Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
@@ -52,7 +52,7 @@ if ($fp = fsockopen($host, $port, $errno, $errstr, 30))
$out .= "Connection: Close\r\n\r\n";
$out .= $data;
fwrite($fp, $out);
-
+
while (!feof($fp))
$store .= fgets($fp, 128);
fclose($fp);