Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / plugins / info / options.php
index fa4e8e030819922c19773aac85f9197a78e0a9cc..57528633192ee334071a809a17d12da4e20d8824 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /**
- * options page for IMAP info plugin 
- * 
+ * options page for IMAP info plugin
+ *
  * This is where it all happens :)
- * 
+ *
  * @copyright (c) 1999-2004 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
@@ -162,7 +162,7 @@ if ($submit == 'submit') {
         $check = "CHECK_".$index;
         if (isset($$check)) {
             $type[$index] = $$index;
-            array_push($tests, $index); 
+            array_push($tests, $index);
         }
     }
     for ($i=0;$i<count($tests);$i++) {
@@ -188,4 +188,4 @@ if ($submit == 'submit') {
  */
 do_hook('info_bottom');
 ?>
-</body></html>
+</body></html>
\ No newline at end of file