rg=0
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me_not.mod
index eda679ab03b0cafe3029bf47a7f16f7a08f47eb3..a70a3c64e931ade06dd4d7d83d5749e5f832018d 100644 (file)
  * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
  */
 
-global $words, $SQSPELL_VERSION, $SQSPELL_APP_DEFFAULT, $sqspell_use_app;
+global $SQSPELL_VERSION, $SQSPELL_APP_DEFFAULT;
+
+$words = $_POST['words'];
+$sqspell_use_app = $_POST['sqspell_use_app'];
+
 /**
  * Because of the nature of Javascript, there is no way to efficiently
  * pass an array. Hence, the words will arrive as a string separated by