X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_config.php;h=ff43e52eacecf47966e74d583c54b3f25a51019f;hp=a9be735463823fcd3a9622c76f2d3ac3b55a3c41;hb=b7910e12e76a7976ec5bdd722d4a51ed73b4e941;hpb=1e532e26cb164aba478840773ca0b68ebb92a148 diff --git a/plugins/squirrelspell/sqspell_config.php b/plugins/squirrelspell/sqspell_config.php index a9be7354..ff43e52e 100644 --- a/plugins/squirrelspell/sqspell_config.php +++ b/plugins/squirrelspell/sqspell_config.php @@ -105,9 +105,3 @@ $SQSPELL_APP_DEFAULT = 'English'; $SQSPELL_WORDS_FILE = getHashedFile($username, $data_dir, "$username.words"); -/** - * Function used for checking words in user's dictionary - * @global string $SQSPELL_EREG - * @deprecated It is not used since 1.5.1 (sqspell 0.5) - */ -$SQSPELL_EREG = 'ereg';