copyright update
[squirrelmail.git] / plugins / squirrelspell / modules / lang_setup.mod
index 3fb466b746a00ed5d39f7a29c6062197b26c6343..48a3b35b8a695070271cc82bc98d30beea0e9b91 100644 (file)
@@ -1,16 +1,16 @@
 <?php
+
 /**
  * lang_setup.mod
- * ---------------
- * Squirrelspell module
  *
- * Copyright (c) 1999-2005 The SquirrelMail development team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Squirrelspell module
  *
  * This module displays available dictionaries to the user and lets
  * him/her choose which ones s/he wants to check messages with.
  *
- * @author Konstantin Riabitsev <icon@duke.edu>
+ * @author Konstantin Riabitsev <icon at duke.edu>
+ * @copyright &copy; 1999-2006 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package plugins
  * @subpackage squirrelspell
@@ -27,7 +27,7 @@ $msg = '<p>'
 /**
  * Present a nice listing.
  */
-$langs = sqspell_getSettings(null);
+$langs = sqspell_getSettings();
 $add = '<p>'
   . _("Make this dictionary my default selection:")
   . " <select name=\"lang_default\">\n";