* @version $Id: forget_me.mod,v 1.5.2.4 2005/06/04 21:57:32 jervfors Exp $ * @package plugins * @subpackage squirrelspell */ global $SQSPELL_VERSION; $words_ary = $_POST['words_ary']; $sqspell_use_app = $_POST['sqspell_use_app']; /** * If something needs to be deleted, then $words_ary will be * non-zero length. */ if (sizeof($words_ary)){ $words=sqspell_getWords(); $lang_words = sqspell_getLang($words, $sqspell_use_app); $msg = '
' . sprintf(_("Deleting the following entries from %s dictionary:"), ''.$sqspell_use_app.'') . '
' . "' . _("No changes requested.") . '
'); } /** * For Emacs weenies: * Local variables: * mode: php * End: * vim: syntax=php */ ?>