* @version $Id: forget_me.mod 14084 2011-01-06 02:44:03Z pdontthink $ * @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 */ ?>