diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:27:43 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-06-24 13:27:43 +0000 |
| commit | 49d2876be2d890265dded1aa87ac2c01c25ff362 (patch) | |
| tree | c97eb5e01a7e90a0afe51200a9c58d9d49b7d1d9 /roundcubemail/program/steps/utils/spell_googie.inc | |
| parent | 9b978b989e0dc418d43a12d95b4c6716108a7f50 (diff) | |
- Use built-in spellchecker instead of a PHP files of spellchecker plugin in TinyMCE
git-svn-id: https://svn.roundcube.net/trunk@3784 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/utils/spell_googie.inc')
| -rw-r--r-- | roundcubemail/program/steps/utils/spell_googie.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/steps/utils/spell_googie.inc b/roundcubemail/program/steps/utils/spell_googie.inc index 038559c3f..d06a1a88a 100644 --- a/roundcubemail/program/steps/utils/spell_googie.inc +++ b/roundcubemail/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); |
