fix php5 mistakes and remove disabled code. disabled code might be used to make sure
[squirrelmail.git] / plugins / squirrelspell / modules / lang_setup.mod
index d146ff609cd35582fc96a83c731ace5d7df6921a..02b1e6d1c702860f4adfbf4ff7a3ca37401d5ec1 100644 (file)
@@ -4,7 +4,7 @@
  * ---------------
  * Squirrelspell module
  *
- * Copyright (c) 1999-2004 The SquirrelMail development team
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This module displays available dictionaries to the user and lets
@@ -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";