Fix for 906217. If replying to an email inline, and a spell check is done,
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 009f5959e7a0aae12a66b7b6f9e9e4f263878a43..623a9e56e8479ddee5cd3d48f66735b3d3e0999a 100644 (file)
@@ -4,13 +4,15 @@
  *
  * Main wrapper for the options interface.
  *
- * Copyright (c) 1999-2003 The SquirrelMail development team
+ * Copyright (c) 1999-2004 The SquirrelMail development team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
  *
  * @author Konstantin Riabitsev <icon@duke.edu> ($Author$)
  * @version $Date$
+ * @package plugins
+ * @subpackage squirrelspell
  */
 
 /**
@@ -22,6 +24,7 @@ $SQSPELL_CRYPTO=FALSE;
 
 /**
  * Load some necessary stuff from squirrelmail. 
+ * @ignore
  */
 define('SM_PATH','../../');