rg=0
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index 06e6396b3f0dbcb2020b366caaaa6a4c6b30cb54..59471e38dc3faf36f9a6483fa56d5d4633a537f9 100644 (file)
  * @version $Date$
  */
 
-global $words_ary, $sqspell_use_app, $SQSPELL_VERSION;
+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.