adbc4b9f4f9640e03ea4c1c3d9b53b2b44f5f5fe
3 * Common spellcheck class functions
4 * @copyright © 1999-2006 The SquirrelMail Project Team
5 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
8 * @subpackage squirrelspell
13 * @subpackage squirrelspell
18 * @param string $sError error message
19 * @return boolean false
21 function set_error($sError) {
22 $this->error
= $sError;
26 function check_text($sText) {
27 return $this->set_error('check_text method is not implemented in this class.');