X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fsqspell_options.php;h=b5984067138835b9adfd2d6a5320ff3724f1eaca;hp=55c7fddc3d5fc05753ec62b477ca02cfc14a7bd0;hb=27663afe63c34d8c329a3f1b09070893c7b25d41;hpb=8a9f9d0964e91d21ffd490b105a011687d8c729f diff --git a/plugins/squirrelspell/sqspell_options.php b/plugins/squirrelspell/sqspell_options.php index 55c7fddc..b5984067 100644 --- a/plugins/squirrelspell/sqspell_options.php +++ b/plugins/squirrelspell/sqspell_options.php @@ -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 ($Author$) * @version $Date$ + * @package plugins + * @subpackage squirrelspell */ /** @@ -22,6 +24,7 @@ $SQSPELL_CRYPTO=FALSE; /** * Load some necessary stuff from squirrelmail. + * @ignore */ define('SM_PATH','../../');