Added (c) stuff and some formatting.
[squirrelmail.git] / functions / prefs.php
index 4f9d2a6871b81b03e75a8d6925760a686e8ea8b9..1b70943c8d1bb086bce7dede3088981431b7fffb 100644 (file)
@@ -1,16 +1,16 @@
 <?php
+
    /**
     **  prefs.php
     **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
     **  This contains functions for manipulating user preferences
     **
     **  $Id$
     **/
 
-   if (defined('prefs_php'))
-      return;
-   define('prefs_php', true);
-
    global $prefs_are_cached, $prefs_cache;
    if (!session_is_registered('prefs_are_cached')) {
       $prefs_are_cached = false;