fix php5 mistakes and remove disabled code. disabled code might be used to make sure
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index b137663d209396a7708c934b6396264666f92a16..e53e0d1d8ddde101fb2f3b009955f8cfda90a088 100644 (file)
@@ -48,7 +48,7 @@ if (! empty($words_ary)){
   $new_words_ary = array();
   foreach ($lang_words as $word){
       if (! in_array($word,$words_ary)) {
-          $new_words_ary[].= $word;
+          $new_words_ary[]=$word;
       }
   }
   // save it