X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Finit.mod;h=68e0dbc2132bee6b8b247ccb1716d5a5df934dd7;hb=701e7beed3baca980039f978c6d536dd91cae775;hp=4ddb5e01ae032577d948fe44acb48ad0e9e55bb9;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/plugins/squirrelspell/modules/init.mod b/plugins/squirrelspell/modules/init.mod index 4ddb5e01..68e0dbc2 100644 --- a/plugins/squirrelspell/modules/init.mod +++ b/plugins/squirrelspell/modules/init.mod @@ -1,15 +1,15 @@ + * @author Konstantin Riabitsev + * @copyright 1999-2013 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage squirrelspell @@ -19,7 +19,7 @@ * See if we need to give user the option of choosing which dictionary * s/he wants to use to spellcheck his message. */ -$langs=sqspell_getSettings(null); +$langs=sqspell_getSettings(); $msg = '
' . '' . '' @@ -63,5 +63,3 @@ sqspell_makeWindow($onload, _("SquirrelSpell Initiating"), "init.js", $msg); * End: * vim: syntax=php */ - -?> \ No newline at end of file