X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Finit.mod;h=4ca76fb93597a346b2f3adf0b7f2cd928b72ba85;hb=90ad8cd181bd2d435465b887d2769836ace5d7f0;hp=f303b2caf77d98045bd5421993cc3f02ab4b74af;hpb=04fa3c41370a9af66de1f649cf2a25560d31ab56;p=squirrelmail.git diff --git a/plugins/squirrelspell/modules/init.mod b/plugins/squirrelspell/modules/init.mod index f303b2ca..4ca76fb9 100644 --- a/plugins/squirrelspell/modules/init.mod +++ b/plugins/squirrelspell/modules/init.mod @@ -1,30 +1,30 @@ ($Author$) - * @version $Date$ + * @author Konstantin Riabitsev + * @version $Id$ + * @package plugins + * @subpackage squirrelspell */ /** - * See if we need to give user the option of choosing which dictionary + * 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 = '
' . '' . '' . '

'; -if (sizeof($langs)==1){ +if (sizeof($langs)==1){ /** * Only one dictionary defined by the user. Submit the form * automatically. @@ -45,10 +45,10 @@ if (sizeof($langs)==1){ for ($i=0; $i " . _($langs[$i]) . "\n"; - } + } $msg .= ' ' . '' . '

'; @@ -63,5 +63,5 @@ sqspell_makeWindow($onload, _("SquirrelSpell Initiating"), "init.js", $msg); * End: * vim: syntax=php */ - + ?> \ No newline at end of file