Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me_not.mod
index 0e647ba228db62759d56be95db3e777726bc4f6e..67ca98e5ee2c11f306a4286a942097ca03ddc7c0 100644 (file)
@@ -1,6 +1,6 @@
-<?php 
+<?php
 /**
 /**
- * forget_me_not.mod 
+ * forget_me_not.mod
  * ------------------
  * Squirrelspell module
  *
  * ------------------
  * Squirrelspell module
  *
@@ -8,7 +8,7 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This module saves the added words into the user dictionary. Called
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This module saves the added words into the user dictionary. Called
- * after CHECK_ME module.                                            
+ * after CHECK_ME module.
  *
  * @author Konstantin Riabitsev <icon@duke.edu>
  * @version $Id$
  *
  * @author Konstantin Riabitsev <icon@duke.edu>
  * @version $Id$
@@ -37,7 +37,7 @@ if (!$words){
    * First time.
    */
   $words_dic="# SquirrelSpell User Dictionary $SQSPELL_VERSION\n# Last "
    * First time.
    */
   $words_dic="# SquirrelSpell User Dictionary $SQSPELL_VERSION\n# Last "
-     . "Revision: " . date("Y-m-d") 
+     . "Revision: " . date("Y-m-d")
      . "\n# LANG: $SQSPELL_APP_DEFAULT\n# $SQSPELL_APP_DEFAULT\n";
   $words_dic .= $new_words . "# End\n";
 } else {
      . "\n# LANG: $SQSPELL_APP_DEFAULT\n# $SQSPELL_APP_DEFAULT\n";
   $words_dic .= $new_words . "# End\n";
 } else {
@@ -47,7 +47,7 @@ if (!$words){
    */
   $langs=sqspell_getSettings($words);
   $words_dic = "# SquirrelSpell User Dictionary $SQSPELL_VERSION\n# "
    */
   $langs=sqspell_getSettings($words);
   $words_dic = "# SquirrelSpell User Dictionary $SQSPELL_VERSION\n# "
-     . "Last Revision: " . date("Y-m-d") . "\n# LANG: " . join(", ", $langs) 
+     . "Last Revision: " . date("Y-m-d") . "\n# LANG: " . join(", ", $langs)
      . "\n";
   for ($i=0; $i<sizeof($langs); $i++){
     $lang_words=sqspell_getLang($words, $langs[$i]);
      . "\n";
   for ($i=0; $i<sizeof($langs); $i++){
     $lang_words=sqspell_getLang($words, $langs[$i]);
@@ -61,7 +61,7 @@ if (!$words){
   }
   $words_dic .= "# End\n";
 }
   }
   $words_dic .= "# End\n";
 }
-    
+
 /**
  * Write out the file
  */
 /**
  * Write out the file
  */