Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / squirrelspell / modules / forget_me.mod
index 7507f9265633a314d6a01abe0c591ceb85f6d8ff..8e14ffd181cf923c84e1aa355874cf58db2caa72 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
 <?php
 /**
- * forget_me.mod 
+ * forget_me.mod
  * --------------
  * Squirrelspell module
  *
  * --------------
  * Squirrelspell module
  *
@@ -8,9 +8,9 @@
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This module deletes the words from the user dictionary. Called
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * This module deletes the words from the user dictionary. Called
- * after EDIT_DIC module.                                        
+ * after EDIT_DIC module.
+ *
  *
  *
- * 
  *
  * @author Konstantin Riabitsev <icon@duke.edu>
  * @version $Id$
  *
  * @author Konstantin Riabitsev <icon@duke.edu>
  * @version $Id$
@@ -56,7 +56,7 @@ if (sizeof($words_ary)){
    */
   $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: " 
+     . "Last Revision: " . date("Y-m-d") . "\n# LANG: "
      . join(", ", $langs) . "\n";
   for ($i=0; $i<sizeof($langs); $i++){
     /**
      . join(", ", $langs) . "\n";
   for ($i=0; $i<sizeof($langs); $i++){
     /**
@@ -80,7 +80,7 @@ if (sizeof($words_ary)){
   /**
    * Click on some words first, Einstein!
    */
   /**
    * Click on some words first, Einstein!
    */
-  sqspell_makePage(_("Personal Dictionary"), null, 
+  sqspell_makePage(_("Personal Dictionary"), null,
       '<p>' . _("No changes requested.") . '</p>');
 }
 
       '<p>' . _("No changes requested.") . '</p>');
 }
 
@@ -90,5 +90,5 @@ if (sizeof($words_ary)){
  * mode: php
  * End:
  * vim: syntax=php
  * mode: php
  * End:
  * vim: syntax=php
- */    
-?>
+ */
+?>
\ No newline at end of file