Stop using deprecated ereg() functions (#2820952)
[squirrelmail.git] / plugins / squirrelspell / sqspell_config.php
index a9be735463823fcd3a9622c76f2d3ac3b55a3c41..ff43e52eacecf47966e74d583c54b3f25a51019f 100644 (file)
@@ -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';