Code cleanup brigage...
[squirrelmail.git] / src / options.php
index c018186a1ce162e1496fe58829837749d7506418..f9f888e2c3ef45c8eae01f1f6edbf87cf9f379c6 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
-   /**
   **  options.php
   **
   **  Copyright (c) 1999-2001 The SquirrelMail Development Team
   **  Licensed under the GNU GPL. For full terms see the file COPYING.
   **
   **  Displays the options page. Pulls from proper user preference files
   **  and config.php. Displays preferences as selected and other options.
   **
   **  $Id$
   */
+/**
* options.php
+ *
* Copyright (c) 1999-2001 The Squirrelmail Development Team
* Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
* Displays the options page. Pulls from proper user preference files
* and config.php. Displays preferences as selected and other options.
+ *
* $Id$
+ */
 
 require_once('../src/validate.php');
 require_once('../functions/display_messages.php');
@@ -453,4 +453,4 @@ if ($optpage == SMOPT_PAGE_MAIN) {
              "</TABLE>\n";
     }
 
-?>
\ No newline at end of file
+?>