Updating copyrights. Happy New Year.
[squirrelmail.git] / plugins / squirrelspell / modules / crypto.mod
index b9f4fa5b403328e4f52c27ce74baf48a1292a9d5..f8ce1af2b86f4d1911d73e9f4488025faa0cd0d5 100644 (file)
@@ -9,7 +9,7 @@
  * if the user so chooses from the options page.
  *
  * @author Konstantin Riabitsev <icon at duke.edu>
- * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2012 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
@@ -23,7 +23,7 @@ global $SQSPELL_CRYPTO;
 
 $langs=sqspell_getSettings();
 
-if (! sqgetGlobalVar('action', $crypt_action, SQ_POST)) {
+if (! sqgetGlobalVar('encaction', $crypt_action, SQ_POST)) {
     $crypt_action = 'noaction';
 }
 
@@ -90,5 +90,3 @@ sqspell_makePage( _("Personal Dictionary Crypto Settings"), null, $msg);
  * End:
  * vim: syntax=php
  */
-
-?>
\ No newline at end of file