A start for a new change_password master plugin. This is not finished
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 55c7fddc3d5fc05753ec62b477ca02cfc14a7bd0..b5984067138835b9adfd2d6a5320ff3724f1eaca 100644 (file)
@@ -4,13 +4,15 @@
  *
  * Main wrapper for the options interface.
  *
- * Copyright (c) 1999-2002 The SquirrelMail development team
+ * Copyright (c) 1999-2003 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','../../');